Tagged Questions
0
votes
1answer
289 views
Ruby Vs. C# - Better for Game Programming [closed]
I have seen some games made in C#, such as using the XNA. I saw some games made in Ruby by using the RGSS1-3 API as well. I just can't decide on my own which would be easier to learn and apply for ...
3
votes
5answers
519 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 ...