1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-05 00:32:39 +08:00

更新 README

This commit is contained in:
fumiama
2021-10-18 18:56:39 +08:00
parent b802d454df
commit 4be4d9e374
4 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
# 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),并了解它的独特语法,以理解程序代码。

BIN
imgs/fail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
imgs/run.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
imgs/start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB