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

https://github.com/j178/greedysnake

Greedy snake in Java
https://github.com/j178/greedysnake

Last synced: about 2 months ago
JSON representation

Greedy snake in Java

Awesome Lists containing this project

README

          

### Classic Game Greedy Snake in Java

> 代码参照[天码营的课程](https://course.tianmaying.com/java-snake)完成

#### 已知问题
1. 蛇移动不够平滑, 响应不够及时
2. 暂停后按键, 恢复后有一定几率导致游戏结束

#### Todo
- [ ] 计分系统
- [ ] 友好的游戏提示
- [ ] 更好的游戏画面