Skip to content

kdebala/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe game

The popular Tic-tac-toe game, implemented with vanilla JavaScript

Table of contents

Overview

The challenge

To win the game user must have three cells horizontally, vertically or diagonally filled with the same symbol.

Remis is when all 9 cells are not empty and there is no three cells horizontally, vertically or diagonally filled with the same symbol.

There is a mobile version as well.

Screenshot

Desktop solution mobile solution start button

Links

(back to top)

My process

Built with

  • HTML
  • SASS
  • JavaScript

What I learned

This was great opportunity for me to practise JavaScript

Author

(back to top)