It's my second game using JavaScript. Game is one of the task from The Odin Project .
The main task was practicing module pattern in JS with IIFE functions and also factory functions.
- CSS3
- HTML5
- JavaScript
https://agata10.github.io/TicTacToe/
-
Fork repository
-
Clone reposiory
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
The game is traditional tic tac toe for two players that can enter their names.
Althogh, game seems simple, it was challenging for me! I'm glad I got working everything as I wanted. Did learn lots of it.