Skip to content

A simple .NET Framework to make 2D games quick and easy.

License

Notifications You must be signed in to change notification settings

dinkelspiel/Fjord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Fjord

Fjord is a simple .NET Framework to make 2D games quick and easy.

How To

Clone the repository

Clone the Template Repository git clone https://github.com/shykeiichi/FjordTemplate --recursive

Download Dependencies

Windows

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

Linux

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

Run the project

CD into the project

cd FjordTemplate

Run

dotnet run

Games Made With Fjord

A game made for Ludum Dare 53 where you wander the seas using only a map and your instincts.



Credits

SDL2 © https://github.com/libsdl-org/SDL