pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
SnakeGame.whereTheMagicHappens
snake
app
SnakeGame
Main loop cycle, where all the good things happen.
class
SnakeGame
void
whereTheMagicHappens
(
)
Meta
Source
See Implementation
snake
app
SnakeGame
constructors
this
enums
Direction
TileTypes
functions
axisEvent
clearTilemap
controllerAdded
controllerRemoved
keyEvent
moveSnake
onQuit
placeNextApple
timerEvent
whereTheMagicHappens
variables
apple
dir
empty
ih
output
playfield
prevDir
raster
rng
score
snakeH
snakeHead
snakeNE
snakeNW
snakeSE
snakeSW
snakeV
state
Main loop cycle, where all the good things happen.