trickytowers

simple tricky towers clone using matter.js
git clone https://git.ce9e.org/trickytowers.git

commit
57685a57a506b62dcd35053ae04661be79628135
parent
0065c6283f2a512ef474b11233801dca1f369b6a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-09-16 08:38
add README

Diffstat

A README.md 15 +++++++++++++++

1 files changed, 15 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -0,0 +1,15 @@
   -1     1 # Tricky Towers
   -1     2 
   -1     3 This is a simple [tricky towers](http://trickytowers.com/) clone using
   -1     4 [matter.js](http://brm.io/matter-js/). If you do not know the game: It is
   -1     5 basically tetris with physics.
   -1     6 
   -1     7 ## Controls
   -1     8 
   -1     9 -	Left/Right/Up/Down - control falling block
   -1    10 -	P - pause
   -1    11 -	Esc - Restart
   -1    12 
   -1    13 ## Code
   -1    14 
   -1    15 <https://github.com/xi/trickytowers>