SFML community forums

General => SFML projects => Topic started by: FRex on June 01, 2017, 12:05:47 am

Title: Snek Game!
Post by: FRex on June 01, 2017, 12:05:47 am
So, I made a clone of snake today on the side when doing something else.
Because reasons.

WASD to move, F2 to restart.

Windows 32 bit exe (just download the entire zip and unzip it):
https://drive.google.com/open?id=0B8dEkQw1a4WvUHlwZXBrRGxRX00

Code (it's single file, just uses SFML Graphics and some C++11 stuff, no external resources required):
https://gist.github.com/FRex/efb882cbeea824a56a8621b237c3f649

Image:
(http://i.imgur.com/iCmkXHc.png)
Title: Re: Snek Game!
Post by: Carlos Augusto Br Cpp on June 01, 2017, 05:48:54 pm
Will you enhance the game? or is just for test and fun?  btw... good work :o
Title: Re: Snek Game!
Post by: FRex on June 01, 2017, 06:14:20 pm
It was purely for fun (and to see if I still can code a simple C++ game if I try and spend an hour on it :P), I wrote it in one sitting and don't plan to work on it anymore.
Title: Re: Snek Game!
Post by: Carlos Augusto Br Cpp on June 01, 2017, 06:35:50 pm
haha so I will be watching for the next game...  ;)