Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ This is a terminal-based Snake game where the player controls a growing snake th
./snake
```

6. *(Optional)* Install the game system-wide:
```bash
sudo make install
```
This installs the `snake` binary to the system bin directory (e.g. `/usr/local/bin`) and the high score file to the data directory (e.g. `/usr/local/share/snake/high_score.txt`).

## How to Play

### Controls
Expand Down