craft icon indicating copy to clipboard operation
craft copied to clipboard

Top-down 2D game engine for the Craft app type. See NOTICE for restrictions on use.

Results 42 craft issues
Sort by recently updated
recently updated
newest added

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`...

testability

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')`. ![screen shot 2017-08-30 at 1 28 11 pm](https://user-images.githubusercontent.com/413693/29893518-2c094ac8-8d87-11e7-8522-162aa2c2fe5c.png) The Hour of...

enhancement
help wanted