Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 408 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 408 Bytes

Tone Out

Light and sound puzzle game.

#Dependencies

haxe

haxepunk

svg

#setup

install haxe, should come with haxelib/lime etc, if not, install those too.

haxelib install HaxePunk
haxelib run HaxePunk setup
haxelib install svg
haxelib install hxColorToolkit

may need to setup lime for targets

lime setup android

#run

lime test neko

or whichever platform you are targetting