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

https://github.com/ithewei/snake


https://github.com/ithewei/snake

c curses game snake snake-game

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Intro

Snake Game

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

![snake](snake.png)