1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-23 12:40:36 +08:00

add score(初步)

This commit is contained in:
fumiama
2021-03-31 23:29:04 +08:00
parent 7415d0774d
commit 52ac9f147b
9 changed files with 180 additions and 49 deletions

View File

@@ -1,22 +1,20 @@
# Snake Fumiama
# C64
#Recalbox's Pad-to-Keyboard configuration
#Xenon 1 (1983)(IJK Software Ltd).tap
#ORIC ATMOS
# Moves
0:right = down ;; a droite
0:left = left ;; a gauche
0:j1right = down ;; a droite
0:j1left = left ;; a gauche
0:right = down
0:left = left
0:j1right = down
0:j1left = left
0:up = U
0:j1up = U
# Actions
0:b = up ;; DISENGAGE
0:a = space ;; tire
0:a = space
# Menu
0:l1 = esc ;; retour menu
0:l2 = V ;; reglage volume
0:select = I ;; instruction
0:r1 = S ;; niveau de jeu
0:l1 = esc
0:l2 = V
0:select = I
0:r1 = S