Instructions for downloading:
If this is your first time using developer tools, you'll need to download those here:
- Extract the folder from the zip file and drag to your desktop.
- For Macintosh:
- Open up the terminal (Shift+Cmd+A - Utilities - Terminal)
- Assuming your user name is "Alex" for example:
Type: cd /Users/Alex/Desktop/Snake
- Next, type: make compile (you may need to download cmd line tools to do this action.
- Next, type: make run
For Windows:
- Open up the command prompt:
Press Start, then type cmd in the search bar.
- Assuming your user name is "Alex" for example:
Type: cd C:\Users\Alex\Desktop\Snake
- Next, type: make compile
- Next, type: make run
Game Controls: |
Move Left |
Left Arrow |
Move Right |
Right Arrow |
Move Up |
Up Arrow |
Move Down |
Down Arrow |
Pause/Play |
Spacebar |