My first game, a Tetris-clone. Please critique.

Started by
4 comments, last by SomeCodeGuy 20 years, 2 months ago
What did you program this in? About a week ago I made a tetris clone for my own enjoyment. I used VB5 and finished it in 72 hours. Some problems with your game include that when you fast drop, if you release the down key the piece should not continue fast dropping. a tetris clone IMHO should not be a fullscreen application. I use my tetris clone to pass the time required for a download. Its in a normal window, thus I can keep an eye on everything while I play.
Advertisement
Hi there,

I just released the result of my first game project. Please download it, play it, and send comments. Thanks a lot. Here's the site:

http://members.home.com/deepspace9/blockalicious

[This message has been edited by SomeCodeGuy (edited September 12, 1999).]


- code
TemplarK,

About the fast drop, you're right, it should stop dropping after the key is released.

About it being a full screen application, well, I simply wanted to make a tetris-clone just to see if I could do it. All the docs I read talked exclusively about full screen applications of DX, so I implemented this in full screen to avoid all the hassels that come with a window.

This was programmed in C/C++ with MS Visual C++ 6.0. Check out the "Some extra info" section on the web page, I talk more about this there.

Thanks for trying the game, I really appreciate your comments!

[This message has been edited by SomeCodeGuy (edited September 27, 1999).]


- code
wow ur game is col


~* necrotiem *~
Your link doesn''t work. Please, try my Tetris-clone.
Download
necro == closed?

This topic is closed to new replies.

Advertisement