Flip your gravitational pull to clear the levels
D-PAD - Movement A Button - Jump B Button - Flip gravity
Made in the Caribbean with ♥
The easiest way to compile Arduboy games, or other Arduino code, is with the Arduino IDE. Follow these instructions on setting up Arduino IDE to work with Arduboy.
If you don't have an Arduino device connected to your machine, you need to verify the .ino file to compile all C++ code into a .hex file. You can then load the .hex file into your emulator/simulator like Project ABE.
The Arduino IDE is very limited, I prefer to use VS Code with the Arduino extension. You do need the Arduino libraries installed to make it work, easiest way to get them is by installing the Arduino IDE. Visual Studio apparently works well for Arduino development.