VGA library for Arduino UNO and ATMega328

Hi guys, i have created a small game for Arduino UNO, using my VGAX library. The game is called BIT NINJA and is a classic retro platform game like super mario bros. All the graphics and sounds are on flash (around 16k, for now). The gameplay is done using around 40 bytes of SRAM.

YouTube video:

LINK

Some of the code is taken from my program "maffiodo1" of the 23rd International Obfuscated C Code Contest (2014) (program screenshot1 screenshot2)

When the game will be finished i will publish the sourcecode online.

Happy hacking!