SFML community forums

General => SFML projects => Topic started by: Galeswift on December 01, 2015, 07:04:53 pm

Title: SFML Tetris clone
Post by: Galeswift on December 01, 2015, 07:04:53 pm
I wanted to see how simply/fast I could make a clone of Tetris, so here it is!  I did this in about 5 hours, and it's probably my 3rd time writing it.  Just wanted to share it since it may help others that are trying to do something similar.

https://github.com/kmiron/SFMLTetris (https://github.com/kmiron/SFMLTetris)

(http://i.imgur.com/Z30wF0P.png)

Some things:



NOTE:
I also started the work of adding client/server support (ultimately I would like to support 16 players at once), but all it does right now is let you specify whether you want to start as a server (--server on the command line) or a client (specify an IP address) and then the server can press 'B' to say hello to the client in their console.