Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
/ space-nx Public archive

A simple SDL shooter space game (previously called SpaceNX)

License

Notifications You must be signed in to change notification settings

vgmoose/space-nx

Repository files navigation

Space Game NX Build status

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.

Compiling

For Switch

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

For PC

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.

License

This program is licensed under the MIT license, see the original repo for more information.

About

A simple SDL shooter space game (previously called SpaceNX)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages