Inspiration
I wanted to try out python for the first time.
What it does
You can play tic-tac-toe within a console window.
Features
- Customizable board size
- ASCII art
- Replayable directly from your console
How I built it
The code was written in Python using the Visual Studio Code IDE with the Microsoft Python extension installed.
Challenges I ran into
- Accidentally modifying lists inside of methods due to passing lists by reference
- Frequently forgetting colons after conditional statements and loops (No more braces! 😞)
Accomplishments that I'm proud of
It works!
What we learned
Basic python syntax.
Log in or sign up for Devpost to join the conversation.