Petezah / SadConsole

A .NET ascii/ansi console engine for MonoGame and XNA

Home Page:http://sadconsole.sadlogic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SadConsole

SadConsole is an MonoGame 3.2 and XNA 4.0 based game library that provides an engine to emulate old-school console and command prompt style graphics. One or more textures are used to represent the standard ascii character set. SadConsole allows you to create console instances which can be managed independently of each other. A console is made up of individual cells which can have a foreground, background, character, and a special effect applied to it.

Right now, SadConsole only targets the Windows platform using MonoGame and XNA 4.0. Eventually, the engine will be compiled for all of the platforms that MonoGame supports.

For more information, see http://sadconsole.sadlogic.com

Compiling

The .\Binaries folder is included because it was the exact flavor of MonoGame I compiled the engine with. It was a daily build, not the publicly released version. Once a newer official release of MonoGame is available, I'll remove this folder.

Downloads

If you want to download precompiled binaries and dependencies, use the links below.

SadConsole 1.3.110

Dependencies

Starter Project

This zip file contains the code for a starter project that demonstrates how to use SadConsole. It will continue to grow, showing you, through code, how to do different things with SadConsole.

About

A .NET ascii/ansi console engine for MonoGame and XNA

http://sadconsole.sadlogic.com

License:MIT License