Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 333 Bytes

Agon_Critters

Agon Light sprite demo/example in C.

Also shows:

  • Using waitvblank() to sync sprite updates to video refresh (VBLANK)
  • getkeycode() function to read keypresses

Initially based off the Agon sokoban C source code. waitvblank() fixed/updated (mos-interface.asm). getkeycode() function added (mos-interface.asm).