nHangman – a tiny game engine (prototype)

Inspired by a question on StackOverflow (which was actually about using regex to replace strings used for a Hangman game) I hacked together a file in C# that contains a minimal implementation of the Hangman game.

The code is up on Github: https://github.com/jcoder/nHangman

It’s actually more of a protoype, but maybe it’s helpful to somebody.

Comments are closed.