文件名称:NeoPixel_Snake_GAME:使用 Arduino 和 Adafruit NeoPixel Sheild 的经典蛇游戏
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-26 03:36:10
新像素蛇 经典贪吃蛇游戏的一个版本,用 Arduino、PS/2 键盘和 Adafruits NeoPixel Sheild 制作 ============ 说明 完整的文章可以在找到 规则: 1. If the Snake goes off the screen, the game will end 2. If the Snake goes back over itself, the game will end 3. After eating food, the Snake will grow by one space 控制: 1. Press Enter to start the game 2. When the game starts, the Snake will start to move up 3. Use the arrow keys to move, or a,s,
【文件预览】:
NeoPixel_Snake_GAME-master
----.gitignore(3KB)
----README.md(757B)
----.gitattributes(483B)
----snake()
--------snake.ino(7KB)