craft
craft copied to clipboard
Top-down 2D game engine for the Craft app type. See NOTICE for restrictions on use.
Travis CI has been pretty stable, but `WATCH=1 npm run test:integration` occasionally fails some of the cases in [DesignerTest.js](https://github.com/code-dot-org/craft/blob/master/test/integration/DesignerTest.js). It seems to be related to the default `step = 0.1`...
Repro: 1. Load https://code-dot-org.github.io/craft/. 2. Click run. 3. Navigate the player to a block and run `gameController.codeOrgAPI.placeInFront(null, 'cropWheat', 'Player')`.  The Hour of...