Loover
12-15-2008, 01:23 AM
Tetris tutorial in c++ render independent in one hour (http://gametuto.com/tetris-tutorial-in-c-render-independent/)
After spending lot of hours this weekend I've just finished the Tutorial of how to create a clone of Tetris using c++.
We are going to learn how to create a stunning and great Tetris clone from scratch using simple and clean c++. And this will take you less than a hour! This is the perfect tutorial for beginners, there are a lot of game tutorials about how to create a Tetris on Internet, but I hope this will be one of the best. Just enjoy it and leave a comment if you want me to explain something better. I know my english sucks, so if you see some mistakes, please, tell me. Let’s go (http://gametuto.com/tetris-tutorial-in-c-render-independent/)!
http://pixelartgames.com/temporal/tetris_tutorial_01.jpg
Don’t forget to play with the “defines”. Crazy example:
#define BLOCK_SIZE 5 // Width and Height of each block of a
#define BOARD_WIDTH 90 // Board width in blocks
#define BOARD_HEIGHT 90 // Board height in blocks
http://pixelartgames.com/temporal/tetris_tutorial_03.jpg
After spending lot of hours this weekend I've just finished the Tutorial of how to create a clone of Tetris using c++.
We are going to learn how to create a stunning and great Tetris clone from scratch using simple and clean c++. And this will take you less than a hour! This is the perfect tutorial for beginners, there are a lot of game tutorials about how to create a Tetris on Internet, but I hope this will be one of the best. Just enjoy it and leave a comment if you want me to explain something better. I know my english sucks, so if you see some mistakes, please, tell me. Let’s go (http://gametuto.com/tetris-tutorial-in-c-render-independent/)!
http://pixelartgames.com/temporal/tetris_tutorial_01.jpg
Don’t forget to play with the “defines”. Crazy example:
#define BLOCK_SIZE 5 // Width and Height of each block of a
#define BOARD_WIDTH 90 // Board width in blocks
#define BOARD_HEIGHT 90 // Board height in blocks
http://pixelartgames.com/temporal/tetris_tutorial_03.jpg