It's a basic platformer game written in Novus, it uses the following libraries (also written in novus):
- window;
- physics;
- std
It wrote it on Linux as that's hat the window library supported, however I later updated the window library to work on MacOS, so it does now work on MacOS as well. MacOS doesn't have the same sort of hooks for window management, so there is a pre-built window manager executable, however many programming languages do that for windows in MacOS anyway.
You can check out the game on my GitHub at https://github.com/MJDaws0n/platformer-game/. You can also checkout a tutorial for Novus and Nox here https://github.com/MJDaws0n/Novus-Getting-Started.