SeaDve / tictactoe

A simple tic-tac-toe game written in Python and GTK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

alt text

What's New

2.0

  • Added HeaderBar
  • Restart and winner label is moved to the HeaderBar

Description

A tic-tac-toe game written in Python and GTK3

To test

To test, just download the main.py file from src and run it with python in the terminal.

python main.py

Build from source

Clone this repo and run with GNOME Builder.

Requirements

  • Python 3 python
  • PyGObject python-gobject
  • GTK3 gtk3
  • Meson meson
  • Ninja ninja

Credits

Developed by SeaDve

About

A simple tic-tac-toe game written in Python and GTK.

License:GNU General Public License v3.0


Languages

Language:Python 84.5%Language:Meson 15.5%