# snake-game **Repository Path**: jdoit__cw/snake-game ## Basic Information - **Project Name**: snake-game - **Description**: 采用原生js编写的贪吃蛇小游戏,其中优化了:蛇的方向冲突时无法掉头,蛇的移动速度随着身子长度变快等问题 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 关于项目 - 采用原生js对贪吃蛇的基本功能进行还原 - 采用中介者模式Game类与其他类进行联系 - 优化了蛇的运动 ## 在线预览 http://jdoit__cw.gitee.io/snake-game ## 使用步骤:直接克隆运行