This is a port of Space Game to the Nintendo Switch.
The game is currently fully playable, but there's no music, enemy count is limited to compared to the Wii U version, and some Switch-specific features are planned.
A spacenx.nro
file will be produced, which can be used on the switch through hbmenu. It can be compiled using libnx.
Setup libnx and devkitA64 using the installer. Then run the following command:
make -f Makefile.switch
This version of Space Game is ported to sdl2, so the same code can be compiled on the computer as well. Running make -f Makefile.pc
creates a binary file that can be executed on the computer using the sdl2 library is required to compile it. It also plays using gamepad controls, so the keyboard won't work to control it.
This program is licensed under the MIT license, see the original repo for more information.