/tic-tac-toe

Tic Tac Toe mini

Primary LanguageJavaScript

Tic Tac Toe

This project was implemented at week 1st in Advanced Web Programming course.

There are some pictures that I had implemented:

1. At the beggining:

start

2. Win screen:

In this screen, we have a path path that includes three sqaures with pink background color, showing the list of moving history in which we have to return the previous step by click to the button that we want. In addition, we have a selected square which has a black border.

win screen

3. Win message:

display win message

4. Tie message:

display tie message