Skip to content

Commit

Permalink
bumped version, added docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Wilkowski <[email protected]>
  • Loading branch information
dominikwilkowski committed Oct 17, 2016
1 parent 9f5a254 commit dbb7420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ node prod/index.js

## How to play

The goal is to squash all beasts in each level. To squash a beast between two or more blocks. Press `q` to quit.
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.


## Contributing
Expand All @@ -61,6 +64,7 @@ TODO


## Release History
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beast.js",
"description": "ANSI Beast for node",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/dominikwilkowski/beast.js",
"author": {
"name": "Dominik Wilkowski",
Expand Down

0 comments on commit dbb7420

Please sign in to comment.