Advertisement

So how the heck do I make a Tetris Game?

Started by November 14, 2000 03:02 PM
10 comments, last by Sage13 24 years, 1 month ago
I recommend starting at the beginning, with djgpp and Allegro (both free and easy), a book on C and write yourself a PONG game. After that you will know where to go with a tetris game...

www.delorie.com/djgpp
u can get allegro at this site too.

steps:
a) get a rectangle drawn on the screen
b) draw a second rectangle, make them move
c) add keyboard controls to make them move up and down
d) add a moving circle that bounces off the walls
e) add some simple collision detection, presto, you have your first game......





0000000 Insert clever/witty sig here 0000000
i go to djgpp and none of their links to download work instead i get stupid text. can someone give me a link to a site to download this to learn how to first make games in dos before using windows which i am now. i would like to understand things more by programming in dos first. thanks to anyone that can help me. tutorials using it would be nice to. thanks

email - trynotforfulluse@aol.com
i am the best

This topic is closed to new replies.

Advertisement