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

修正蛇长初始化错误,增加README

This commit is contained in:
fumiama
2021-04-11 11:49:42 +08:00
parent e35509d578
commit 620818c223
3 changed files with 6 additions and 1 deletions

View File

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