# laya-snakes **Repository Path**: channelping/laya-snakes ## Basic Information - **Project Name**: laya-snakes - **Description**: snake game,仿贪吃蛇大作战游戏,AI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-02 - **Last Updated**: 2023-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laya-snakes 仿照 贪吃蛇大作战 的练手项目,前端时间接触了一下layabox,发现其性能表现确实很强劲,就做了这个贪吃蛇小作战学习使用一下。如果你觉得不错或对你有帮助,帮我点一下星吧。 layabox性能还不错,示例在手机上通过运行器或打包之后,基本维持在59~60帧(Nexus5, Android 4.4.2) ## introduce ![laya-snakes demo](https://raw.githubusercontent.com/lanbomo/laya-snakes/master/release/layaweb/1.0.0/snake.gif) A snake game played on mobile phone or pc, use the "Space" key to speed up the snake which you controlled. the demo online click [here](https://lanbomo.github.io/laya-snakes/gh-pages/index-pc.html) If you need the Android apk file, please download [here](https://github.com/lanbomo/laya-snakes/releases) Develop base on layabox by TypeScript --- 贪吃蛇小作战,pc端使用空格键加速,在线演示请点击[这里](https://lanbomo.github.io/laya-snakes/gh-pages/index-pc.html) 如需Android端apk示例文件,请点[这里](https://github.com/lanbomo/laya-snakes/releases)。 基于layabox开发,开发语言是TypeScript Made by lanbomo ## todo - [x] 开始界面 - [x] 控制界面 - [ ] 游戏信息更新 - [x] 地图 - [ ] 小地图 - [x] 豆子 - [x] 蛇类 - [x] 蛇AI - [ ] 碰撞 - [ ] 结束界面 - [ ] 优化