Skip to content

entangledloops/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

This is a simple implementation of a multiplayer TicTacToe-like game in Python. It supports arbitrary board sizes and N-in-a-row to win.

On Linux or macOS, this should run with Python 3.10.5 or later.

If you're on Windows, you need to install the windows-curses package:

pip install windows-curses

Tested with Python 3.10.5 and windows-curses 2.3.0.

To run, just do:

python3 main.py

About

A multiplayer TicTacToe terminal game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages