tetrissdl tetris
yay, sdl tetris....
functional but lacks some features...
here's how to compile:
make sure you have libsdl + sdl-image and png support compiled
then just issue:
g++ *.cpp `sdl-config --cflags --libs` -lSDL_image -o Tetris
./Tetris
tdd-tetris-tutorial ... the test cases. See README for instructions.
TDD Tetris Tutorial
===================
In this tutorial you will be implementing a ... old designs.
2. **RotatingPiecesOfBlocksTest**
Rotating the pieces in Tetris is also very important, so let's code ...
Tetris-BotA bot which plays "Tetris Challenge" at http://tetrisapp.appspot.com/
Tetris-TitaniumAn SVG/javascript implementation of tetris running on Titanium
This is an SVG javascript implementation of Tetris done as a Titanium application.
Planning-Tetris ... for this module with the
perldoc command.
perldoc Planning::Tetris
You can also look for information at:
RT, ...
CPAN Ratings
http://cpanratings.perl.org/d/Planning-Tetris
Search CPAN
http://search.cpan.org/dist/Planning- ...
iPhone-TetrisA little iPhone tetris game written with cocos2d
A Little Cocos2d Tetris Clone by Josh Aburto
With some help from the Puyo Cocos2d chapter in "iPhone Game Projects"
And inspired by Tris.
To Do: Change controls from touch to move to touch to drag. Block ...