trunk Branch URL
| HTTP (read only) | https://bzr.flogisoft.com/tetrize/trunk/ |
| SFTP | sftp://bzr@bzr.flogisoft.com/bzr/tetrize/trunk/ |
Last Revision in trunk #19
* Some cleanning in the code and the javadoc * More informations in the README
By Fabien LOISON, on Wednesday 11 April 2012, 14:35:31
README
==============================================================================
T E T R I Z E
==============================================================================
Tetrize is an implementation of the famous Tetris game, in Java.
How to Build and launch Tetrize:
--------------------------------
* First install the Java Development Kit (OpenJDK 6 works fine).
* Then just type the following command for building the game:
$ make
* For launching Tetrize, uses the following command:
$ java -jar tetrize.jar
How to Play:
------------
<Left> Move the tetromino to the left.
<Right> Move the tetromino to the right.
<Up> or <Space> Rotate the tetromino.
<Down> Speed-up.
<Escape> Pause
<Space> or <Enter> New game (on Game Over screen only)
Copyright:
----------
src/*
Copyright (C) 2012 Fabien LOISON <flo at flogisoft dot com>
src/com/flogisoft/tetrize/res/*
Copyright (C) 2011 Adrien VIGNERON <adrienvigneron at mailoo dot org>
Copyright (C) 2012 Fabien LOISON <flo at flogisoft dot com>


