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.
- $
git clone git@github.com:adamclasic/tictactoe-js
cd
into the project directory- Run
npm install
to install the necessary modules - Run
npm run build
to automatically load the page on localhost:8080
- Run the tests
npm run test
cd into the project directory, open the project with your favourite text editor. Then run it with a live server.
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
👤 Adam Abderrahmane Allalour
- Github: @adamclasic
- Twitter: @adamallalou
- Linkedin: Adam Abderrahmane Allalou
Give a ⭐️ if you like this project!