Tic Tac Toe
A simple tic-tac-toe
Demo
Report Bug
Table of Contents
About The Project
The game of tic-tac-toe is a game of alternating moves with a board of 9 pieces, the winner is whoever makes a straight or diagonal sequence with a sequence of 3 pieces. Players are represented by "X" and "O"
Built With
Technologies used in the project.
Frameworks
Getting Started
Installation
-
Open the terminal and clone the repo
git clone https://github.com/SilasRodrigues19/TicTacToe.git
-
Access the folder with the following command:
cd TicTacToe
-
Install dependencies
npm install
-
In the project directory, you can run with the following command:
npm start
-
Open the link below to view the app it in your browser.
http://localhost:3000
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/TicTacToe