A simple JavaScript Tic Tac Toe Game.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a simple game where two players can play against each other and try to out-smart each other by placing their symbols in empty square spaces and hopefully have 3 in a row diagonally, vertically or horizontally without their opponent figuring out their moves.
To get a local copy up and running follow these simple steps.
- Code Editor
- Browser
- Clone the repo
git clone https://github.com/OA7/JS-Tic-Tac-Toe.git
cd into the project directory, open the project with your favourite text editor. Then run it with a live server.
- Run
npm run test
in the terminal to see all test cases that the project passes.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be 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
👤 Osong Agberndifor
Give a ⭐️ if you like this project!