A simple tetris game developed in Haxe and using MVCoconut library
- lix based setup:
npm install
,lix download
, and usenpm run build
for building (Recommended) - using haxelib:
haxelib install tetris.hxml
,npm install less
, to build:haxe tetris.hxml
. - For testing: run
npm run travix js