# three-example **Repository Path**: scqilin/three-example ## Basic Information - **Project Name**: three-example - **Description**: three.ja开发的小案例 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://scqilin.gitee.io/three-example - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2019-04-13 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # three-example #### 介绍 three.ja开发的贪吃蛇 基本功能 1. wsad控制贪吃蛇上下左右移动 2. 空格键暂停游戏 3. 每吃掉一个球体,蛇的长度加一 4. 碰到边界游戏结束 5. 碰到自己的身体游戏结束 6. 页面显示分数 7. 速度越来越快