Can we make a game with turtle 🐢 python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we make a game with turtle 🐢 python

16th Aug 2020, 9:51 AM
KNOWLEDGE TUBER.
5 Answers
21st Sep 2020, 12:32 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 1
you can use pygame! turtle is more for graphics. you could make an interactive drawing program with trutle though. map keys to the turtle and make em move
16th Aug 2020, 10:00 AM
Slick
Slick - avatar
+ 1
Thanks 👍 for helping 😊
16th Aug 2020, 10:01 AM
KNOWLEDGE TUBER.
+ 1
Yes. turtle is a pre-installed Python library that enables users to create pictures and shapes by providing them with a virtual canvas. You can handle the canvas to generate graphical animation. turtle is mainly used to introduce children to the world of computers. It’s a straightforward yet versatile way to understand the concepts of Python. This makes it a great avenue for kids to take their first steps in Python programming. That being said, the Python turtle library is not restricted to little ones alone! It’s also proved extremely useful for adults who are trying their hands at Python, which makes it great for beginners. The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version of Python installed with Tk support. Resource Link: 1. https://repl.it/talk/learn/How-to-create-a-fairly-basic-game-using-Python-with-Turtle-Graphics/8182 2. https://learn.wecode24.com/games-with-turtle-graphics/ 3. Check this: https://files.realpython.com/media/Turtle_Initial_Demo_GIF.923f9cc7d490.gif 4. Game resource: https://www.edureka.co/blog/python-turtle-module/
16th Aug 2020, 10:15 AM
Bits!
0
Well making games using python turtle is not easy but surely you can make it here is a tutorials where it teaches you to make games in python: https://pythondex.com/games
23rd Oct 2023, 9:51 AM
Jarvis Silva
Jarvis Silva - avatar