Skip to content

stang1207/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Goal

This project is created to practice some JavaScript concepts, such as factor functions javascript and DOM manipulation.

How to play the game?

This game is intented for 2 people. Player 1 clicks one of the squares to start the game. Players will take turn putting their marks in empty squares. The first player to get 3 of his/her marks in a row (up, down, across, or diagonally) is the winner. If all the squares are full, the game will result in a draw.

Things to work on?

- Adding a computer to player against
- Further improve the UI

Releases

No releases published

Packages

 
 
 

Contributors