Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 608 Bytes

File metadata and controls

16 lines (9 loc) · 608 Bytes

SnakeGame

The classic Snake game from old Nokia phones, ported to modern mobile phones.

Controls

  • Tap Left to move the snake anti-clockwise
  • Tap Right to move the snake clockwise

Running

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.