Lets start with designing a class for our Tile which we can expand when needed, you can add this Tile.cs inside a new “World” folder in your project root. Our tile will inherit from the ColoredGlyph class which SadConsole uses to know how to render a tile to the screen. The obstruction type will beContinue reading “Setting up the tilemap and tile information”
