An open API service indexing awesome lists of open source software.

https://github.com/rosendo-martinez/tic-tac-toe

A web based game. [JavaScript, HTML, CSS]
https://github.com/rosendo-martinez/tic-tac-toe

javascript javascript-game

Last synced: 3 months ago
JSON representation

A web based game. [JavaScript, HTML, CSS]

Awesome Lists containing this project

README

        

# Tic Tac Toe

[Link to live demo.](https://rosendo-martinez.github.io/tic-tac-toe/) 👈

This project uses [**modules**](https://www.freecodecamp.org/news/javascript-modules-a-beginner-s-guide-783f7d7a5fcc/), [**factory functions**](https://www.javascripttutorial.net/javascript-factory-functions/), and [**IIFEs**](https://www.javascripttutorial.net/javascript-immediately-invoked-function-expression-iife/)!

# Screenshots

![Screenshot](imgs/sc1.png)

![Screenshot](imgs/sc2.png)

![Screenshot](imgs/sc3.png)

This project is an assignment from TOP's [fullstack Javascript developer program](https://www.theodinproject.com/paths/full-stack-javascript).