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

https://github.com/gztimewalker/snakegame

A SnakeGame Project for Midterm.
https://github.com/gztimewalker/snakegame

Last synced: about 1 month ago
JSON representation

A SnakeGame Project for Midterm.

Awesome Lists containing this project

README

          

# SnakeGame

A SnakeGame Project for Midterm.

## Highlights

- Resizable map.
- Adjustable game speed.
- AWSD as well as Arrow keys are supported.
- Through-Wall Mode supported.
- Title and Gameover Text are shown in "ASCII Art".
- You can choose what items you want to play with.
- AI-Mode supported(Incomplete).

## Items

- Gold : Lengthen your snake with 5 blocks.
- Portal : Teleport your snake to a random position.
- Cut : Shorten your snake with 5 blocks but keep your score.

![](images/V3.5.0.png)