SFML community forums

General => SFML projects => Topic started by: vek on August 26, 2010, 05:43:50 pm

Title: Tetris Clone
Post by: vek 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.

(http://i33.tinypic.com/10ymadi.jpg) (http://i34.tinypic.com/25a3u5w.jpg)

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

Download:
http://www.mediafire.com/?6pucl2v93n55omt
Title: Tetris Clone
Post by: Recruit0 on August 26, 2010, 07:25:42 pm
Congrats ;)
Title: Tetris Clone
Post by: doc on August 31, 2010, 08:37:05 pm
Very nice. Have you written some simplistic widgets for main menu or is it hard coded?
Title: Tetris Clone
Post by: vek on September 03, 2010, 05:54:21 pm
Thanks!

I wrote a simple button class for main menu.