How can i create a game with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i create a game with python?

3rd Aug 2016, 9:10 AM
DrJackLorder
3 Answers
+ 3
You can create games with simple graphics. You would use Python for logic and computing the data. Then you have to choose, if you want to create a text based program or a program with simple graphic objects. If you want a text based program, try to create something like Reversi or Tic Tac Toe. If you need graphic elements, use pygame, but it requires more learning.
3rd Aug 2016, 9:25 AM
Frederik Fleischmann
Frederik Fleischmann - avatar
+ 1
Checkout pygame
3rd Aug 2016, 9:25 AM
Rob McBryde
Rob McBryde - avatar
+ 1
yes you can create game from python.... but for creating this you need the knowledge of that...
3rd Aug 2016, 12:29 PM
Aakash Sharma
Aakash Sharma - avatar