- Introduction
- Deployment Link
- Technologies
- Features
- Illustrations
- Set Up
- Sources
- Possible Future Extensions
- Planning Document
- Contributors
- Project Specs
Visit Tic-Tac-Toe for having more fun by encouraging logical thinking, tic-tac-toe helps us develop our spatial skills. Tic Tac Toe is well known game that is simple to grasp, easy to adapt and excellent for building beginner planning, problem solving and perspective taking skills.The game is played on a grid that's 3 squares by 3 squares. Players take turns putting their marks in empty squares.
- Play game 👉🏻 here!
- Javascript
- HTML
- CSS
- You can choose your player, you are 💀, and your friend is 👽 .
- Players take turns putting their marks in empty squares.
- The first player to get 3 of their marks in a row (up, down, across, or diagonally) is the winner. When all 9 squares are full, the game is over.
- Fork the repository found here: https://github.com/Baskanbetul/Tic-Tac-Toe.
- Clone down your new, forked repo. While cloning, name it what you want your project to be named.
git clone
< url > < newNameYouWantItToHave >. cd
into the project. Read this README thoroughly, then begin working!- View the project in the browser by running
open index.html
in your terminal.
- Add a landing page where players can select their own tokens before playing and can enter in their names.
- The project spec & rubric can be found here