Jump to content


Tutorial: Tetris in c++ from scratch


  • You cannot reply to this topic
No replies to this topic

#1 Loover

    New Member

  • Members
  • Pip
  • 8 posts

Posted 15 December 2008 - 09:23 AM

Tetris tutorial in c++ render independent in one hour

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!

Posted Image

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


Posted Image
Indie Rover The monkeys are reading
Pixel Art Games Funny games for your pc





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users