The Wayback Machine - https://web.archive.org/web/20210728024320/https://github.com/topics/survival
Skip to content
#

survival

Here are 218 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

Improve this page

Add a description, image, and links to the survival topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the survival topic, visit your repo's landing page and select "manage topics."

Learn more