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]
- Host: GitHub
- URL: https://github.com/rosendo-martinez/tic-tac-toe
- Owner: Rosendo-Martinez
- Created: 2022-07-23T19:22:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T00:02:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T07:24:53.396Z (4 months ago)
- Topics: javascript, javascript-game
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



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