Skip to content

ujjaldas132/tik-toc-toe

Repository files navigation

Tik-Toc-Toe

forthebadge forthebadge

PRs Welcome MIT Licence PythonTurtle

GitHub open pull requests GitHub open issues

forthebadge Join the chat at https://gitter.im/tik-toc-toe/Lobby

Tik Toc Toe game is creating using python. check out how to play and rules of this game https://www.wikihow.com/Play-Tic-Tac-Toe

How To Use

Make sure PYTHON-3 is install in your system

step 1 clone the respository by the command>> git clone https://github.com/ujjaldas132/tik-toc-toe.git

step 2 go to the folder where you saved the clone by the command >> cd/path_to_folder

step 3 Install requirements with the command>> pip install -r requirements.txt

NOW YOUR SYTEM IS READY.

NOW TO RUN THE PYTHON SCRIPT>>> TicTacToeMain.py.

FILES:

TikTocToeMain.py this the main files you have to run to

visual.py: this file contains the turtle prograamme for graphics

check_result.py this is to check to results of the game

Contribution

You are most welcome if you want to contribute to this OPEN_SOURCE project but make sure that you must go through the 'contribution.md' file

  • here you can contribute to any Issue that alreaady found.
  • you can also add your idea to improve the game.
  • Also you can change the algorithm of previously developed part for better performance.
  • Also you raise any issue and can contribute to that.

license

The MIT License (MIT) 2018 - Ujjal Das. Please have a look at the LICENSE for more details.