I want to embed iron ruby into a mud that I am creating and for some reason I'm having trouble finding the correct examples to get started.
All I want to do is create a game where 'you' the player will program bots in iron ruby and then I will interperet the code in c# and make the bots do what you want them to. Also, I want to make it so that the code can be parsed as a string as iron ruby code which I will then use to control the bots.
I understand the fact that the dlr and clr are two different things but can't find the sample. The actual game is a classic telnet server that I coded in C# from scratch and connects via strict telnet protocol.
It can be found here: pttmud.the-simmons.net : 4243 via a telnet client and it should work.