Inspiration
This project is a part of the learning challenge of day 3 of LHD: Learn'21.
What it does
This project served as the baseline code for the classic game Tic-Tac-Toe in python.
How we built it
The project is built with python. Version one of this creation is created under the guidance of Danielle Zevitz from MLH.
Challenges we ran into
Logic building, Right use of OOP in python, frequently used modules of python like random, time, math etc.
Accomplishments that we're proud of
This project involves different implementations of the game Tic-Tac-Toe.
What we learned
- Functions and making choice for data types in python
- OOP in python
- Modules like random, time, math ## What's next for Tic-Tac-Toe Optimizing the current version with the implementation of GUI using the Tkinter library. Working on edge cases, if any found.
Log in or sign up for Devpost to join the conversation.