Pinned Repositories
Apprentice
A roguelike game about wizards.
github-cheat-sheet
A list of cool features of Git and GitHub.
GoRogue
.NET Standard roguelike library in C#. Features many algorithms and data structures pertinent to roguelike/2D game developers, specifically designed to be minimally intrusive upon the developer's architecture.
GoRogue-Demo
Demonstration project for wiki documentation for the C# library GoRogue.
GoRogue_SadConsole
[Deprecated, see readme] An experiment (for the moment), using GoRogue's new Map/GameObject system and integrating it with SadConsole v8 features.
interface.zig
Dynamic dispatch for zig made easy
plibsys-networking
Demo for a friend of sockets working cross platform with plibsys
SadRogueExample
An example game using TheSadRogue.Integration, based on the example game used in the Python Libtcod tutorial.
TOC-Generator
A table of contents generator for markdown, written in python.
WinMan
Window/panel display utility library written with roguelike/2D game development in mind, on top of the C# full color console library RLNET.
Chris3606's Repositories
Chris3606/plibsys-networking
Demo for a friend of sockets working cross platform with plibsys
Chris3606/GoRogue-Demo
Demonstration project for wiki documentation for the C# library GoRogue.
Chris3606/Apprentice
A roguelike game about wizards.
Chris3606/WinMan
Window/panel display utility library written with roguelike/2D game development in mind, on top of the C# full color console library RLNET.
Chris3606/github-cheat-sheet
A list of cool features of Git and GitHub.
Chris3606/Troschuetz.Random
Fully managed library providing various random number generators and distributions.
Chris3606/GrimDank
A roguelike game of grimness and dankness, in Unity!
Chris3606/SadConsole.GoRogueHelpers
Helpers for making SadConsole games with GoRogue