Skip to content

Instantly share code, notes, and snippets.

@tobiasvl
Last active October 1, 2019 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiasvl/b52179e3dd9fa2b17ae7d602703cc152 to your computer and use it in GitHub Desktop.
Save tobiasvl/b52179e3dd9fa2b17ae7d602703cc152 to your computer and use it in GitHub Desktop.
: keys
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
: main
i := keys
load vf
if v0 key then jump game
if v1 key then jump game
if v2 key then jump game
if v3 key then jump game
if v4 key then jump game
if v5 key then jump game
if v6 key then jump game
if v7 key then jump game
if v8 key then jump game
if v9 key then jump game
if va key then jump game
if vb key then jump game
if vc key then jump game
if vd key then jump game
if ve key then jump game
if vf key then jump game
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment