Skip to content

CSaratakij/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Tic-Tac-Toe

Version 1.0

Simple Tic-Tac-Toe with Kivy

##Important ####Window

  • Kivy doesn't support Python3.5 for now. More Info

##Getting Started ####Window

  1. Ensure you have the lastest pip and wheel : python -m pip install --upgrade pip wheel setuptools
  2. Install dependencies : pip install -r window_requirements.txt

###Ubuntu

  1. Add the PPA : sudo add-apt-repository ppa:kivy-team/kivy
  2. Update packages list : sudo apt-get update
  3. Install Kivy :
  • Python2 : sudo apt-get install python-kivy
  • Python3 : sudo apt-get install python3-kivy

###Use another OS?:

  • Please read the installation guide here.

##To run this program :

python main.py

##TODO

  • Add sounds
  • Skin UI
  • Single Player
  • Local Multiplayer
  • Online Multiplayer

##Licenses

  • Tic-Tac-Toe is released under the terms of the MIT License. Please refer to the LICENSE file.