This is Space Explorer's source code, a shoot-em-up game made for the Nestalgia Podcast Game Jam 2021.
Check out the game on itch.io!
Pre-requisites:
- An IDE of your choice (Visual Studio, VSCode, or Rider)
- .NET 6 SDK
- fnalibs.tar.bz2 included in the repo. Follow these instructions to set up the libraries for development.
Steps to build:
- Clone this repository
- Get all the submodules (either clone using the
--recursive
argument or rungit submodule update --init --recursive
after cloning) - Build
- Set up the runtime libraries from fnalibs.tar.bz2 (check pre-requisites)