I have a pretty short attention span and as such I dont always finish my projects (personal projects that is). Well, I finally finished one, nothing fancy just a game of life clone http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
The reason I started it was to get a little familiar with SFML. Turned out I didn't need much SFML to really make a difference to me (educationally). So, to add some difficulty I decided to add a GUI using Win32 API.
Since I hacked this (the interface) together from bits and pieces I found online I am concerned that I may be doing things I shouldn't. I have the project uploaded to sourceforge at http://sourceforge.net/projects/gameoflifesfml/ all code is in the repo and I have a zip file with the executable for download. The executable is statically linked to SFML and runs in my Ubuntu VM with Wine.
Any comments, suggestions, criticisms, etc... are welcome.