Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Tetris Clone  (Read 3869 times)

0 Members and 1 Guest are viewing this topic.

vek

  • Newbie
  • *
  • Posts: 3
    • View Profile
Tetris Clone
« on: August 26, 2010, 05:43:50 pm »
Hi everyone!

I have just finished my firts game with C++ and SFML. It's a simple Tetris clone.



Controls:
Left/Right key: rotate block
Down key: faster drop
ESC: pause game

Download:
http://www.mediafire.com/?6pucl2v93n55omt

Recruit0

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Tetris Clone
« Reply #1 on: August 26, 2010, 07:25:42 pm »
Congrats ;)

doc

  • Newbie
  • *
  • Posts: 8
    • View Profile
Tetris Clone
« Reply #2 on: August 31, 2010, 08:37:05 pm »
Very nice. Have you written some simplistic widgets for main menu or is it hard coded?

vek

  • Newbie
  • *
  • Posts: 3
    • View Profile
Tetris Clone
« Reply #3 on: September 03, 2010, 05:54:21 pm »
Thanks!

I wrote a simple button class for main menu.