Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
/ ldbb Public archive

An easy to use JavaScript game engine written for Ludum Dare.

License

Notifications You must be signed in to change notification settings

haxx0rm4n/ldbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludum Dare: Bare-bones

A simple, yet effective, ES5 game engine designed for use during Ludum Dare.


Included Example Game

A simple Etch-a-Sketch style game has been provided as an example.

Example game screenshot; showing the text "LD50"

To run this example:

  1. Clone this repository to a known location on your hard-drive.
  2. Open a terminal, and navigate to the parent directory of where the reository was cloned.
  3. Start a web-server in this directory. (e.g. python -m http.server)
  4. Navigate to the example in your browser. (e.g. localhost:8000/ldbb/example)
  5. Enjoy!

The contols are:

  • WASD: Move pen around.
  • Q: Toggle background drawing. (enable/disable pen)