Fjord is a simple .NET Framework to make 2D games quick and easy.
Clone the Template Repository
git clone https://github.com/shykeiichi/FjordTemplate --recursive
Download the win32-x64 package from all of the links below SDL2 SDL2_Mixer SDL2_Image SDL2_ttf
Extract the dlls and put them in bin/Debug/net7.0/
in the FjordTemplate directory
Ubuntu
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev
Arch Linux
sudo pacman -S sdl2 sdl2_image sdl2_ttf sdl2_mixer
MacOS (Homebrew)
brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer
CD into the project
cd FjordTemplate
Run
dotnet run
A game made for Ludum Dare 53 where you wander the seas using only a map and your instincts.