Quatros
Community Forums/Showcase/Quatros
| ||
-------------------------------------- Quatros Version 0.002 (Second Release) -------------------------------------- I wrote a small tetris clone called Quatros. The rules are the same as the original tetris. Have fun! Screenshot: Download: http://markus.art-fx.org/quatros.zip Credits: -------- All Code and Graphics are made by Markus Rosse Thanks to: ---------- TheShadow, DivineDominion History: -------- 06/26/04 - Version 0.002 + renamed game to Quatros + more difficult + new controls added + other Scoresystem + small changes in the graphics and code * fixed score saving 06/23/04 - Version 0.001 + first release |
| ||
Ahhh, Tetris, one of the two ultimate beginner games, still got the great entertainment value. A couple of issues: When the game is restarted after defeat, the gamespeed is not resest. And sometimes when I press up, the figure does not rotate, do you use KeyDown? KeyHit should solve it, and is easier to use for the task. |
| ||
thanks for the comment. I fixed the problem with the speed. But I never had problems with rotate (I use KeyHit), strange stuff. I'll try to fix this problem too. Try to Download the new Version |