SFML community forums
General => SFML projects => Topic started 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
-
Congrats ;)
-
Very nice. Have you written some simplistic widgets for main menu or is it hard coded?
-
Thanks!
I wrote a simple button class for main menu.