Can anyone tell me how to make games like flappy bird snake game and many more small type of games in python in easy way | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me how to make games like flappy bird snake game and many more small type of games in python in easy way

Plz tell me in easy way I don't know about code random anything.anything I am a begginer

7th Mar 2023, 3:20 PM
Balkishan Prajapati
Balkishan Prajapati - avatar
5 Answers
7th Mar 2023, 3:59 PM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 3
There are multiple Python courses on Sololearn too. Then all there is to know about Python, it's in the documentation - to research a particular part of the standard library or a built-in function, this is a great resource. https://docs.python.org/3/ Finally I recommend my favourite Python treasure chest: RealPython. They do have some paid content (mostly video lectures) but there is also lots of free stuff, topical essays that dive deep into a particular subject. Also there is a weekly podcast where they talk about language features and some interesting and useful libraries. https://realpython.com/
8th Mar 2023, 4:13 AM
Tibor Santa
Tibor Santa - avatar
+ 2
There are no loopholes and shortcuts in learning to code. If you are a beginner, then start at the beginning. Learn the basic syntax of the language. Learn object-oriented concepts, they are very useful in game development. You can learn all this on Sololearn. In Python there are libraries which you can use to build simple games: pygame, arcade, possibly some others. Building a desktop application game is possible but you won't be able to do it inside Sololearn, here you can only code console apps that are not interactive. There are also ways to run python code inside a webpage. One example here. https://code.sololearn.com/WzWJI1lw02MY/?ref=app
8th Mar 2023, 3:43 AM
Tibor Santa
Tibor Santa - avatar
0
Hm I am learning python in mimo app but mimo doesn't teach me advanced level python so where can I easily learn advanced level python free
8th Mar 2023, 3:58 AM
Balkishan Prajapati
Balkishan Prajapati - avatar
0
Balkishan Prajapati There is plenty of resources online to try out. You can also try some of tasks here in SL labeled "hard". That should be a good point to get you started.
9th Mar 2023, 12:18 PM
Ivan Markovic
Ivan Markovic - avatar