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/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.
Chris3606/SadRogueExample
An example game using TheSadRogue.Integration, based on the example game used in the Python Libtcod tutorial.
Chris3606/TOC-Generator
A table of contents generator for markdown, written in python.
Chris3606/GoRogue_SadConsole
[Deprecated, see readme] An experiment (for the moment), using GoRogue's new Map/GameObject system and integrating it with SadConsole v8 features.
Chris3606/interface.zig
Dynamic dispatch for zig made easy
Chris3606/NoesisGUI.MonoGameWrapper
NoesisGUI MonoGame Integration Library
Chris3606/Zig_AoC_2021
Chris3606/aoc-2020-rust
Chris3606/aoc-2022-go
Warming up for AoC 2023/learning Go.
Chris3606/aoc-2022-rust
AoC 2022 solutions in Rust.
Chris3606/aoc-2023
Advent of Code 2023 solutions
Chris3606/AppDebunker
An attempt at a .NET Core PowerShell wrapper around removing uninstallable windows 10 apps.
Chris3606/AStarBenchmarking
A BenchmarkDotNet project to benchmark different versions of AStar against each other. Uses an old version of GoRogue to compare gorogue's old version to the version it uses now.
Chris3606/AstroVim_Config
My AstroVim Config
Chris3606/c-plus-minus
C+- is a subset of C++ that enables smaller binaries and reduces dependencies
Chris3606/docopt.nim
Command line arguments parser that will make you smile (port of docopt to Nim)
Chris3606/HashingExperiments
Code used to experiment with hashing algorithms for a 2D point in C#.
Chris3606/iguanaTLS
Minimal, experimental TLS 1.2 implementation in Zig
Chris3606/illwill
Chris3606/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Chris3606/pyreadline3
Windows implementation of the GNU readline library
Chris3606/python-prompt-toolkit
Library for building powerful interactive command line applications in Python
Chris3606/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Chris3606/SadConsole_RogueLike_Info
Quick spin-up on SadConsole paired with GoRogue for developing roguelikes and similar such development.
Chris3606/ShaiRandom
Random number generators for modern .NET.
Chris3606/TheSadRogue.Integration
An integration library between SadConsole and GoRogue
Chris3606/TroschuetzTargetIssue
Demonstrates a targeting issue, for clarity to developer.
Chris3606/visualstudio-build-tools-docker
Visual Studio Build Tools in container (Chocolatey)
Chris3606/XUnit.ValueTuples
A small library that contains a custom XUnit attribute for using IEnumerables of value tuples as data source for Theories.
Chris3606/zig-bearssl
A BearSSL binding for Zig