0
Phyton or Ruby... What is more easy to make games?
3 Antworten
+ 6
Both languages are interpreted, so keep in mind that this will have a performance penalty. On the other hand it also depends on your knowledge in the language, for me it is much easier to start the development of a game in Ruby (I know much more the language and the syntax seems much clearer to me than with Python).
Another thing that you should take into account are the engines or libraries, Python is Pygame and others. In Ruby there is Gosu / Chipmunk and some others. You should make a comparison and see which one is best for you.
+ 1
i think python is much easier when compared to ruby becoz its a fast develoiping language and the codings are easy in python whereas ruby is a verbal language rather thanmachine based
+ 1
Also, python has more libraries dedicated to game development