SFML starter kit

[For 64-bit linux with g++]

To compile and run just install cmake (sudo apt install cmake) and type:

$ cd oh-my-game/
$ make

It will compile all the code in main.cpp and src/* folder and run it.