https://github.com/unix/objectsnake
一个简单的js贪吃蛇
https://github.com/unix/objectsnake
Last synced: 3 months ago
JSON representation
一个简单的js贪吃蛇
- Host: GitHub
- URL: https://github.com/unix/objectsnake
- Owner: unix
- Created: 2016-04-09T22:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T15:22:46.000Z (over 8 years ago)
- Last Synced: 2025-09-20T02:54:41.306Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# objectSnake
一个简单的js贪吃蛇,纯js实现,源码约在34行左右.
15年学习 `js` 的时候写的,现在看来实现的有点蠢
再写我会考虑使用二进制矩阵抽象,贪吃蛇移动时通过二进制位移操作再渲染