https://github.com/tru-dev/scalabletictactoe
https://github.com/tru-dev/scalabletictactoe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tru-dev/scalabletictactoe
- Owner: Tru-Dev
- Created: 2021-09-14T17:13:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T17:13:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T04:11:14.384Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalable Tic Tac Toe with UI Project for EVIT Year 2 Coding
Scalable Tic Tac Toe game implemented graphically with Tkinter.
## What do you mean by scalable?
The board itself can be any square size of spaces, such as 2x2, 3x3 (the normal), 5x5, or any
size up to 11x11.
## Usage
`python3 -m tictactoe_ui`