Tic-Tac-Toe in python using Tkinter | Game Development | Python

preview_player
Показать описание
Hi I'm Lavakumar
Here is the first tutorial regarding game development in python.
This tutorial is the completely different way of teaching-learning framework by designing games.

Python

Python is a programming language.
Python can be used on a server to create web applications.
Python can be used to design Desktop application
Why Python
Easy-to-learn
Databases
GUI Programming
Scalable

Tkinter is the standard GUI library for Python. Python, when combined with Tkinter, provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.
Creating a GUI application using Tkinter is an easy task. All you need to do is perform the following steps −
1. Import the Tkinter module.
2. Create the GUI application main window.
3. Add one or more of the widgets to the GUI application.
4. Enter the main event loop to take action against each event triggered by the user.
Here is the GitHub code for this program:
If you like my video give thumbs up and subscribe for upcoming tutorials

Рекомендации по теме
Комментарии
Автор

add options where we could give names to player...and letting them choose x or y....and maybe add options in the start where it shows 1)start 2)instructions 3)quit

midrees
Автор

hi Lavakumar, how can tkinker game(Tic Tac Tae) be convert into APK for android installation? Thanks for the video

kingsleyibe
Автор

6:14 - 6:22 what did you mean by that? and 7:00 I kind of get it but not really

ozian
Автор

you don't need a function for each button lol, that is inefficient code

OLTrolling
Автор

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\tkinter\__init__.py", line 1705, in __call__
return self.func(*args)
File "C:/Users/SHIUBHAM/.spyder-py3/temp.py", line 521, in clicked9
if btn9["text"]=="9":
TypeError: 'NoneType' object is not subscriptable


FACING ERROR WHY

neelpaliwal