1
SFML projects / Re: 2d game engine done by a newbie - progress diary
« on: October 21, 2013, 06:44:27 pm »I don't know how to use sites like google.code so until I get around to learn how it works I'll continue to upload entire code.
I would recommend using GitHub. It is a very popular project hosting service, and it has beginner friendly clients for Windows and Mac.
It also has a short tutorial on how to use Git: http://try.github.io
Oh yeah, and it's free if you only use public repositories.
I also took the liberty to make your engine linux-compatible.
Here are the patches (generated by Git): https://gist.github.com/crumblingstatue/7086887
The red ( - ) lines are the removed lines, the green ( + ) lines are the added lines.