Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunqqq/snake
原生JS实现的贪吃蛇小实例
https://github.com/sunqqq/snake
game game-engine html-css-javascript javascript object-oriented
Last synced: about 2 months ago
JSON representation
原生JS实现的贪吃蛇小实例
- Host: GitHub
- URL: https://github.com/sunqqq/snake
- Owner: SunQQQ
- Created: 2017-03-22T08:41:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T08:54:03.000Z (about 2 years ago)
- Last Synced: 2023-03-07T11:21:38.842Z (almost 2 years ago)
- Topics: game, game-engine, html-css-javascript, javascript, object-oriented
- Language: JavaScript
- Homepage: http://39.104.22.73:70/
- Size: 170 KB
- Stars: 57
- Watchers: 0
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## snake
>此实例为贪吃蛇小游戏,演示地址 http://39.104.22.73:70/本实例由原生JS + HTML + CSS实现,因为功能简单未使用任何框架纯手工打造
js文件有三个版本,第一版是17年刚学js时写的,第二版是18年时整理了下代码, 第三版是2021年又整理的。
对我来说也是个成长的见证,特意留下了之前的版本,我会一直更新。
## Build Setup
直接在浏览器里打开index.html即可;或者node执行app.js,然后访问http://localhost:70
## About Star
最后请您给俺点个小星星![star.png](https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/21.gif),您的鼓励是俺不断更新的动力![fighting.png](https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/100.gif),
手动笔芯![Rose.png](https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/63.gif)![Kiss.png](https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/65.gif)![Heart.png](https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/66.gif)## About Me
我还有一个自己开发的博客,欢迎光临。 地址是:http://39.104.22.73:67/如果有吐槽或者建议、或者技术上的交流,可在博客留言板联系我。
我的邮箱地址:[email protected],也欢迎交流。
## 预览
![index](https://github.com/SunQQQ/snake/blob/master/img/index.png)