/TicTacToe

Tic Tac Toe built with Astro and Tailwind

Primary LanguageJavaScript

Contributors Forks Stargazers Issues MIT License


Logo

Tic Tac Toe

A simple tic-tac-toe
Demo Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Preview


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

  1. Open the terminal and clone the repo

    git clone https://github.com/SilasRodrigues19/TicTacToe.git
  2. Access the folder with the following command:

    cd TicTacToe
  3. Install dependencies

    npm install
  4. In the project directory, you can run with the following command:

    npm start
  5. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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



🔼 Back to top