0
How can i create a game with python?
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.
+ 1
Checkout pygame
+ 1
yes you can create game from python....
but for creating this you need the knowledge of that...