0
Can we make our own game in ruby
3 Antworten
+ 4
It depends on what type of game you are going to develop. In general, Ruby is a good language for game development.
And check that:
https://www.quora.com/Is-Ruby-a-suitable-language-for-game-development
+ 1
you can give this book a read in your spare time, it gives a nice foundation:
https://leanpub.com/developing-games-with-ruby/read
other than that, you can buy RPG Maker which uses RGSS script for custom scripts, which is based off of ruby(iirc)