An open API service indexing awesome lists of open source software.

https://github.com/tru-dev/scalabletictactoe


https://github.com/tru-dev/scalabletictactoe

Last synced: about 1 month ago
JSON representation

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`