© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. ElumalaiIntroduction to Python for Kids https://doi.org/10.1007/978-1-4842-6812-4_17

17. Project: Tic-tac-toe Game with Tkinter

Aarthi Elumalai1  
(1)
Chennai, Tamil Nadu, India
 

In the previous chapter, we learned the basics of Tkinter . We learned how to create buttons, labels, frames, menus, checkboxes, radio buttons, and so on with Tkinter. We also learned how to design our widgets and make our widgets do stuff based on events (click, mouse move, keyboard press, etc.). Finally, we learned how to draw using canvas.

In this chapter, let’s apply what we learned in the last chapter and create our very first big project: a tic-tac-toe game! We’ll also learn ...

Get Introduction to Python for Kids: Learn Python the Fun Way by Completing Activities and Solving Puzzles now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.