Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "GAME OVER" title card #39

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions _includes/snake.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,101 @@


gameOver:
lda #$0a ; red

sta $0306 ; G
sta $0307
sta $0308
sta $0325
sta $0345
sta $0347
sta $0348
sta $0365
sta $0368
sta $0386
sta $0387

sta $030b ; A
sta $030c
sta $032a
sta $032d
sta $034a
sta $034b
sta $034c
sta $034d
sta $036a
sta $036d
sta $038a
sta $038d

sta $030f ; M
sta $0313
sta $032f
sta $0330
sta $0332
sta $0333
sta $034f
sta $0351
sta $0353
sta $036f
sta $0373
sta $038f
sta $0393

sta $0315 ; E
sta $0316
sta $0317
sta $0335
sta $0355
sta $0356
sta $0375
sta $0395
sta $0396
sta $0397

sta $03e7 ; O
sta $03e8
sta $0406
sta $0409
sta $0426
sta $0429
sta $0446
sta $0449
sta $0467
sta $0468

sta $03eb ; V
sta $03ed
sta $040b
sta $040d
sta $042b
sta $042d
sta $044b
sta $044d
sta $046c

sta $03ef ; E
sta $03f0
sta $03f1
sta $040f
sta $042f
sta $0430
sta $044f
sta $046f
sta $0470
sta $0471

sta $03f3 ; R
sta $03f4
sta $03f5
sta $0413
sta $0416
sta $0433
sta $0434
sta $0435
sta $0453
sta $0455
sta $0473
sta $0476

{% include end.html %}