1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-07 18:20:25 +08:00
Files
c64-snake/README.md
2021-10-18 18:57:08 +08:00

13 lines
404 B
Markdown

# c64-snake
在Commodore64上实现简单的贪吃蛇游戏。
# 游戏截图
![start](imgs/start.png)
![run](imgs/run.png)
![fail](imgs/fail.png)
# 说明
1. 如果想要直接游玩,只需要下载`snake.prg`文件,在模拟器上运行即可。
2. 如果想进行修改,你需要下载[ophis](https://github.com/fumiama/c64-ophis-lib),并了解它的独特语法,以理解程序代码。