ootw: make a point release

This commit is contained in:
Vince Weaver 2019-03-23 11:44:45 -04:00
parent a941e5a3df
commit c7bb489b03
3 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,5 @@
5 HOME
10 PRINT "OOTW PROOF-OF-CONCEPT V1.8 BY DEATER"
10 PRINT "OOTW PROOF-OF-CONCEPT V1.9 BY DEATER"
20 PRINT " DISK,LZ4 BY QKUMBA"
25 PRINT " ,"
30 PRINT "ORIGINAL BY ERIC CHAHI"

View File

@ -2,6 +2,21 @@
; handle keypress
;======================================
; A or <- : start moving left
; D or -> : start moving right
; W or up : jump
; S or down : crouch or pickup
; space : action
; escape : quit
; if left: if running right, walk right
; if walk right, stand right
; if stand right, stand left
; if stand left, walk left
; if walk left, run left
handle_keypress:
lda PHYSICIST_STATE

Binary file not shown.