/TicTacToe

Primary LanguagePythonMIT LicenseMIT

TicTacToe

Logo

Warning: This project contains code.

Requirements

For running

  • Python 3.8+ - Earlier versions untested
  • A terminal that can display fullwidth characters, especially these: ー | o x

For building

  • PyInstaller (can be installed using the build script)
  • Python 3.9.1+ for building all supported architectures in macOS
  • Xcode for macOS

Instructions

Running

# Windows
python main.py
# macOS and Linux
python3 main.py

Building

# Windows
python build_executable.py
# macOS and Linux
python3 build_executable.py

Credits

  • Logo: Wikimedia
  • Friends who helped build and test this