Skip to content

laxmishigoli1152/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

A Simple Tic Tac Toe Game using python for beginners. To create issues, use first-timers-only. Happy coding for Hacktoberfest 2020

Table of Contents

Introduction
Description
Technologies Using
Contributers Guide
Getting Started - Local Development
Introduction
This project aims to help creating a simple game using python language
Description
On the frontend we are using python language
Technologies Using
Spyder or Jupyter Notebook
Contributers Guide
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.
Getting Started
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.