Shouldn't there be a course for making simple games ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Shouldn't there be a course for making simple games ?

Some of you might be knowing making games with languages like python can help you understand and implement the code in better way but you have to go through various different different sources in order to start building games.

29th May 2020, 11:26 AM
Piyush Kumar Sah
Piyush Kumar Sah - avatar
5 Answers
+ 6
the courses on sololearn are introductory. just so you can form an idea about how programming works and what you can do with it. you can make games in python using the 'pygame' and 'arcade' modules. also 'kivy' module is great for mobile games this might help you with the question: https://www.freecodecamp.org/news/learn-python-by-building-5-games/amp/ an introduction to arcade module: https://realpython.com/arcade-python-game-framework/ an example of a game in kivy: https://kivy.org/doc/stable/tutorials/pong.html
29th May 2020, 11:31 AM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 5
Piyush Kumar Sah just practice and write as many codes as you can. improve them in time. learn new modules and see how you can solve the same problems using those modules (this will help you understand the concepts better and realize where else you can use them). such modules would be the collections, itertools, functools, etc modules which are built-in and don't count only on challenges because most of those questions are never used in real life. they're made just to twist your mind 😄 also don't give up if you're stuck somewhere. just take a break to clear your mind, and get back to it. a hard problem solved gives bigger reward than 1000 easy problems solved 👍
29th May 2020, 11:40 AM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 1
Thankyou! i do remember losing from you several times . So, how you became so perfect in language??
29th May 2020, 11:35 AM
Piyush Kumar Sah
Piyush Kumar Sah - avatar
+ 1
Yup that makes sense
29th May 2020, 11:40 AM
Piyush Kumar Sah
Piyush Kumar Sah - avatar
+ 1
Thankyou again for sharing . It's pretty much clear that there's no easy way around 😂. I will try harder and improve myself 😤.
29th May 2020, 11:44 AM
Piyush Kumar Sah
Piyush Kumar Sah - avatar