Skip to content
#

survival

A subgenre of action video games set in a hostile, intense, open-world environment, where players generally begin with minimal equipment and are required to collect resources, craft tools, weapons, and shelter, and survive as long as possible.

Here are 227 public repositories matching this topic...

Venom0us
Venom0us commented Dec 30, 2020

Since this is an ASCII game, it would also be nice to have an optional graphic font selectable for people who prefer a more graphic game.
It is possible to upload our own image file and use this as font, which can be done like so:

int tileWidth = 16;
int tileHeight = 16;

// Load texture 2d from file based on image
var fontMaster = new FontMaster(Texture2D.FromFile(SadConsole.Game.Ins