aboutsummaryrefslogtreecommitdiffstats
path: root/snake.s
Commit message (Collapse)AuthorAgeFilesLines
* optimize snake movement a bitJesse Luehrs2014-10-051-29/+19
| | | | do some bit fiddling rather than a case statement
* make the snake head move aroundJesse Luehrs2014-10-041-1/+76
| | | | | can't see anything yet because i don't have a sprite for it yet, but it does work given an appropriate .chr file
* zero-page addressing for variablesJesse Luehrs2014-10-041-8/+8
|
* project skeletonJesse Luehrs2014-10-041-0/+154