This Snake Game is a modern take on the classic arcade game. Built with Go and utilizing the tcell
library for terminal-based graphics, it offers a simple yet engaging gaming experience directly from your terminal. Navigate the snake around the screen, eating food to grow in size, but be careful not to run into the walls or yourself!
- Simple, intuitive gameplay directly in your terminal
- High score tracking for each game session
- Go (version 1.14 or later recommended)
- Build the game from source:
go build -o snake
- Run the game:
./snake play
- Use the arrow keys to navigate the snake around the screen
- Eat food to grow in size
- Avoid running into the walls or yourself
- Press
esc
to quit the game at any time