Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ithewei/snake


https://github.com/ithewei/snake

c curses game snake snake-game

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Intro

Snake Game

- pattern: MVC
- snake: list
- food: array
- UI: curses

![snake](snake.png)