Phyton or Ruby... What is more easy to make games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Phyton or Ruby... What is more easy to make games?

25th Mar 2018, 3:14 PM
Anderson Schwartz
Anderson Schwartz - avatar
3 Answers
+ 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.
25th Mar 2018, 7:25 PM
Mickel
Mickel - avatar
+ 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
25th Mar 2018, 4:19 PM
supritha sathish
supritha sathish - avatar
+ 1
Also, python has more libraries dedicated to game development
25th Mar 2018, 4:53 PM
Ariela
Ariela - avatar