A Simple Tic Tac Toe Game using python for beginners. To create issues, use first-timers-only. Happy coding for Hacktoberfest 2020
IntroductionDescription
Technologies Using
Contributers Guide
Introduction
This project aims to help creating a simple game using python language
On the frontend we are using python language
Spyder or Jupyter Notebook
To contribute to hassle free, follow these steps:
Fork this repository.
Create a branch: git checkout -b .
Make your changes and commit them: git commit -m ''
Push to the original branch: git push origin /
Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
To get started locally, follow these instructions:
If you haven't done it already, make a fork of this repo.
Clone to your local computer using git.
Make sure that to create pull request.