Idk, there is no gameplay, just some assembly code written by someone who has never written assembly before
This depends on some dev tools and the raylib library:
- raylib
- make
- gcc
- as # Gnu assembler
- ln # Gnu linker
- pkgconfig
- Unix based OS # Only tested on fedora linux Support for windows is impossible since ASSEMBLY does not like transcending operating systems.
If all dependencies are installed then build is as simple as running
makeinside the local repository