Skip to main content

Clone of Tetris - 1.3

A Tetris clone written in python 2.7 with pygame. Music by eXsolacyst


Ryan Ledford
(exsolacyst)
Works just like tetris for the most part. Use LEFT/RIGHT/DOWN to move pieces in that direction. Use UP arrow to rotate the piece. The 'G' Key will display a grid. Pressing ESCAPE while the game is NOT paused will terminate the game (I've paused the game and, out of habbit with other games, pressed ESCAPE to unpause it and exited instead which is why I made it this way). The bg_music.ogg file included was written and recorded by me. I dont mind if you use it for other productions, but please put eXsolacyst in your acknowledgments. Let me know what you think. -ESC

Changes

Fixed movement functions. Keys held down will allow for continuous movement excpet for the rotate key which will still only rotate the piece each time it is pressed. Also fixed a bug with game piece #7 (the purple piece), this piece was not properly checking for legal rotations. Thanks again to Mekire for the feedback. -ESC

Links

Home Page
http://code.google.com/p/clone-of-tetris/
Source
http://code.google.com/p/clone-of-tetris/

Releases

Clone of Tetris 1.0 — 16 Dec, 2011

Clone of Tetris 1.3 — 21 Dec, 2011

Clone of Tetris 1.1 — 18 Dec, 2011

Clone of Tetris 1.2 — 19 Dec, 2011

Pygame.org account Comments

  • gnerkus 2013-05-20 13:02

    Looks really good...