The classic Snake game from old Nokia phones, ported to modern mobile phones.
- Tap Left to move the snake anti-clockwise
- Tap Right to move the snake clockwise
Within Android Studio, first import the repository through:
File > New > Project from Version Control > GitHub
In the subsequent dialog box, login with your GitHub credentials. When logged in, paste the following URL into the Git Repository URL entry: https://github.com/SimonR95/SnakeGame.git. Choose a Directory and Project Name and hit accept, the game may now be run by hitting the Run App button.