Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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实现的贪吃蛇小实例

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)