Tagged Questions
3
votes
5answers
277 views
Porting Ruby/NCruses Rogue-Like to .NET and FlatRedBall
I created an awesome rogue-like game in Ruby. For the GUI, I used NCurses. Since I'm using FlatRedBall as my engine of choice for Silverlight game development, I want to port this game over.
What is ...