╔╗ ╔═╗ ╔═╗ ╔═╗ ╔╦╗
╠╩╗ ║╣ ╠═╣ ╚═╗ ║
╚═╝ ╚═╝ ╩ ╩ ╚═╝ ╩
BEAST.js is an homage to the 1984 ASCII game "BEAST" from Dan Baker, Alan Brown, Mark Hamilton and Derrick Shadel written in node.
Note: This games requires Node >= 6.
Download the game from this repo and install it's dependencies via:
npm i
or
yarn
Then run:
node prod/index.js
The goal is to squash all beasts in each level. To squash a beast between two or more blocks.
When a beast touches you, you die. You got four lives to spare.
Once all beasts are squashed you move on to the next level. There are four levels so far. Easily configurable if you want to extend them.
Press q
to quit.
Please look at the coding style and work with it, not against it ;) Run grunt to build and watch the project. (gulp coming)
grunt
TODO
- 0.1.5 - Fixed dependencies
- 0.1.4 - Fixed lives color bug
- 0.1.3 - Improved drawing
- 0.1.2 - Fixed error message
- 0.1.1 - Added level indicator, fixed lives display
- 0.1.0 - alpha release
Copyright (c) Dominik Wilkowski. Licensed under the GNU GPLv3.