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
- Host: GitHub
- URL: https://github.com/j178/greedysnake
- Owner: j178
- Created: 2016-11-01T04:11:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-04-02T03:11:06.000Z (4 months ago)
- Last Synced: 2026-04-02T16:33:11.319Z (4 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Classic Game Greedy Snake in Java
> 代码参照[天码营的课程](https://course.tianmaying.com/java-snake)完成
#### 已知问题
1. 蛇移动不够平滑, 响应不够及时
2. 暂停后按键, 恢复后有一定几率导致游戏结束
#### Todo
- [ ] 计分系统
- [ ] 友好的游戏提示
- [ ] 更好的游戏画面