# 贪吃蛇游戏 **Repository Path**: xiejiahao/greedy-snake-game ## Basic Information - **Project Name**: 贪吃蛇游戏 - **Description**: 简易 dom 版贪吃蛇游戏 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://kanyu776.github.io/greedy-snake-game - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-10-20 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: 开源, TypeScript, React ## README # 贪吃蛇游戏 - 使用 vite + react + typescript 构建的一个简易 DOM 版本贪吃蛇游戏。 - 功能点: - 键盘方向键,控制移动方向 - 碰撞检测,边界判断 - 吃食物增长,增速 - 随机食物,随机出现 - 显示分数、关卡和速度 - [体验地址](https://kanyu776.github.io/greedy-snake-game/)