Tic-Tac-Toe with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Tic-Tac-Toe with Python

I want to make a tic-tac-toe game with python but i don't know how to display the images.

18th May 2020, 6:46 AM
Kleant Bajraktari
Kleant Bajraktari - avatar
5 Answers
0
You could make pure text display, like: x o . o x . . . . Or you learn how to make a graphical program, for example with tkinter. If it's supposed to run here on Sololearn, you could use Brython.
18th May 2020, 7:34 AM
HonFu
HonFu - avatar
0
What are you using for make the game?
18th May 2020, 7:34 AM
Emanuel Maliaño
Emanuel Maliaño - avatar
0
Pythob
18th May 2020, 7:35 AM
Kleant Bajraktari
Kleant Bajraktari - avatar
0
tkinter, CLI, pygame wich one
18th May 2020, 7:36 AM
Emanuel Maliaño
Emanuel Maliaño - avatar
0
Ok
18th May 2020, 7:37 AM
Kleant Bajraktari
Kleant Bajraktari - avatar