Skip to content

In this project, we are going to build a Tic Tac Toe game but this time it’ll be rendered in the browser. No backend.

License

Notifications You must be signed in to change notification settings

bertil291utn/tic-tac-toe-js

Repository files navigation

Tic tac toe game

We’re making a Tic Tac Toe game you can play in your browser!, in order to solve The Odin Project library project

image

Built With

  • JavaScript
  • HTML5
  • CSS

Live Demo

🌐💻

Getting Started

In order to start with this project you need the next:

  1. Get a copy of this project this repository 📘

Once you have cloned this project

  1. Go to folder project
  2. Look for the index.html file and open in your browser

Usage

  • Enter player 1 (default X) and player 2 (default O) names, then start game button.
  • Player 1 goes first and like so on, when there's a winner or draw it's going to display a status message
  • Click New Game button to start the game or Exit one to finish it.

Test

We have decided to use Jest to run the tests

  1. Get a copy of this project this repository 📘
git clone https://github.com/bertil291utn/tic-tac-toe-js.git
  1. In a terminal, go to the cloned directory
cd tic-tac-toe-js
  1. Run all the tests You already have this script
npm run test

Deployed on Netlify

Deployed on Netlify

Improvements

Features we are going to add to this app:

  • Create an AI so that a player can play against the computer!
  • A player could select a tag (X, O)
  • Display the winner row when a player won the game

Authors

👤 Bertil Tandayamo

👤 Jose Alfredo Cardenas

Acknowledgement

We got inspired by this project

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

If you got until here, show your love hitting the ⭐️ button, I'd really appreciate it.

📝 License

This project is MIT licensed.

About

In this project, we are going to build a Tic Tac Toe game but this time it’ll be rendered in the browser. No backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published