james7780 / Agon_C_Sprites

C code example for Agon Light

Repository from Github https://github.comjames7780/Agon_C_SpritesRepository from Github https://github.comjames7780/Agon_C_Sprites

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).

About

C code example for Agon Light


Languages

Language:C 77.4%Language:Assembly 18.2%Language:Makefile 3.6%Language:Python 0.7%