Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • tetris Java implementation of Tetris
  • tetris sdl 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
  • perl-games-tetris Games::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-Bot A bot which plays "Tetris Challenge" at http://tetrisapp.appspot.com/
  • DOM-Tetris A JavaScript implementation of Tetris.
  • Tetris-Titanium An SVG/javascript implementation of tetris running on Titanium This is an SVG javascript implementation of Tetris done as a Titanium application.
  • tetris ...

    Use the following tests to write a Tetris game. Copy them to your project one file ... board.

  • RotatingPiecesOfBlocksTest.java

    ...

  • 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-Tetris A 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 ...