Simple version of the Snake game.
Choose a direction to move: Up(W), Down(S), Left(A), Right(D).
Snake grows in size with every 5 moves you make.
Rules: Keep the Snake within the board and do not let it bite itself :)
make build
make build
./bin/snake