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

https://github.com/unix/objectsnake

一个简单的js贪吃蛇
https://github.com/unix/objectsnake

Last synced: 3 months ago
JSON representation

一个简单的js贪吃蛇

Awesome Lists containing this project

README

          

# objectSnake
一个简单的js贪吃蛇,纯js实现,源码约在34行左右.

15年学习 `js` 的时候写的,现在看来实现的有点蠢
再写我会考虑使用二进制矩阵抽象,贪吃蛇移动时通过二进制位移操作再渲染