An open API service indexing awesome lists of open source software.

https://github.com/property404/terminal-snake-game

Simple TUI snake game for Linux made with C11 and ncurses
https://github.com/property404/terminal-snake-game

Last synced: 10 months ago
JSON representation

Simple TUI snake game for Linux made with C11 and ncurses

Awesome Lists containing this project

README

          

# Snake
Simple curses snake game. Use arrow keys to collect food

## Building and Installing
To build: `make`
To run: `./snake`
To run test: `make test`
To install: `sudo make install` or `make install_local`
Requires ncurses

## Gameplay
![](snake.png?raw=true)
Use the arrow keys to move around and collect food. Be careful not to hit a wall(the sides of your terminal or the scoreboard) or yourself. Press 'p' or spacebar to pause.

The longer you play, the faster you go. Eventually, food will start being worth more and more points.