A simple, yet effective, ES5 game engine designed for use during Ludum Dare.
A simple Etch-a-Sketch style game has been provided as an example.
To run this example:
- Clone this repository to a known location on your hard-drive.
- Open a terminal, and navigate to the parent directory of where the reository was cloned.
- Start a web-server in this directory. (e.g.
python -m http.server
) - Navigate to the example in your browser. (e.g.
localhost:8000/ldbb/example
) - Enjoy!
The contols are:
WASD
: Move pen around.Q
: Toggle background drawing. (enable/disable pen)