From 847d1a917f6cb17493c66398ce4ce53b89d8c438 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Jun 2016 19:38:09 +0200 Subject: import into git --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4eec353 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Matris is a Tetris-clone. +It is PowerGraphic2-compatible. + +Features: +- two shades of gray (flickers a bit) +- multiplayermode +- SH4 / PowerGraphic2 compatible +- use hold to store a brick +- boss mode +- pause button +- level and point counter +- open source + +How to use + +Press the arrow keys to move the brick (up: rotate, down: fast). +Try to complete lines to get points. After 10 lines you reach the next level; the speed increases (highest level: 20). +Press F5 to pause the game. With EXE you enable the boss mode: You jump to the RunMat instantly (highscore is not saved!). +You can use [tan] to store a brick or swap it with an existing one. +If you want to leave the game, press [exit]. + +Update Mar 28, 2013: Commented source a bit, fixed some bugs +Update Apr 03, 2013: Splitted source in multiple files, improved random number generator -- cgit v1.3.1