SnakeOS is an operating system that, well, only runs snake game. In this game, you use WASD keys to move the snake, and you have to avoid touching your tail or walls. Eating apples increases the score and makes the snake longer.
To build this game, you need GCC Cross Compiler installed. To create ISO, you will also need xorriso, mtools and grub-common packages installed.
To build, just run build.sh file from the command line:
$ ./build.sh
Some code (more specifically, tail logic) is taken from a YouTuber NVitanovic. Made by lispy2010 and GitHub Copilot with <3