- This is a simple version of the classic Snake game written using gbz80 Assembly
- The intention was just to write some code and mastering with Assembly programming :P and not to violate any copyright
- It's just an educational and academic project that i worked on during my last year, not all part of code are well commented, but i think it's easy to understand if you are familiar with it :)
HOW TO COMPILE:
Both on mac and windows just run 'build.sh' script located inside src folder, using your git shell or power Shell if you are on linux, the output file is created inside '\build' directory.