All Projects → haxegon → Zeedonk

haxegon / Zeedonk

Haxegon + Puzzlescript = Zeedonk!

Programming Languages

javascript
184084 projects - #8 most used programming language

Haxegon + Puzzlescript = Zeedonk!

Contributing to Zeedonk

If you'd like to contribute to Zeedonk, here's a quick guide to running it locally:

  • First, download the project from github by clicking "Download ZIP" on the bottom right at this page: https://github.com/terrycavanagh/zeedonk
  • Once downloaded, you'll need Haxe and Openfl to compile the Haxegon side of the project. Follow this guide to install and build Haxe: http://www.openfl.org/download/
  • Next, you'll need a "project.xml" file to build the project. Copy the one from this folder into haxegonweb/, and build the project from there.
  • Finally, on most browsers you'll need to start a HTTP server to run the editor. If you install python on your computer, you can start a HTTP server with this command from the root Zeedonk directory:
python.exe -m SimpleHTTPServer 8000
  • Once you've done that, the editor will be at localhost:8000/editor.html.
  • OMG that was way more complicated than I realised. Sorry!

Pull requests and contributions are very welcome!

Open Source Licence

Zeedonk is distributed under the MIT license (basically you can do whatever with it):

The MIT License (MIT)

Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].