Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.6 KB

readme.md

File metadata and controls

35 lines (23 loc) · 1.6 KB

Alan & Ada kids programming

Play the game, read the docs and start editing!

Running locally

Building bundles

  • Run npm run build:dev to produce javascript bundles for debugging in the dist/ folder
  • Run npm run build:prod to produce javascript bundles for production (minified) in the dist/ folder

Run-time developer aids

The following key combo's can be used to help development:

Key combo Description
Escape Enter debug-mode: visualize bounding boxes and ids
N Only in debug-mode: finish the current level
R Only in debug-mode: restart the game

Credits