Skip to content
primaryobjects edited this page Feb 8, 2011 · 3 revisions

Welcome to the Fluent-Simple-RPG-Game wiki!

C# .NET simple RPG battle game. Designed as an example of using the Expression Builder pattern with method chaining and progressive interfaces in C#. Demonstrates a basic internal domain specific language design. Also lets you kill some monsters too!

This is an example of using an internal domain specific language (DSL) for providing domain-readable code. Uses the Expression Builder pattern with method chaining and progressive interfaces to create a simple RPG battle game.

Clone this wiki locally