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

https://github.com/mathdebate09/tic-tac-toe

A two-player game of X and 0s
https://github.com/mathdebate09/tic-tac-toe

factory-design-pattern tic-tac-toe-javascript webdevelopment

Last synced: 1 day ago
JSON representation

A two-player game of X and 0s

Awesome Lists containing this project

README

          

# tic-tac-toe
a two-player game of X and 0s
>[Live Website](https://mathdebate09.github.io/tic-tac-toe/)

## Preview
![image](https://github.com/mathdebate09/tic-tac-toe/assets/140599484/02df1813-d7b4-4acb-8c7a-129c9620f518)

## Tools/Languages
[![HTML](https://img.shields.io/badge/-HTML-000?style=for-the-badge&logo=html5)](#) [![CSS](https://img.shields.io/badge/-CSS-000?style=for-the-badge&logo=css3&logoColor=1572B6)](#) [![JS](https://img.shields.io/badge/-JAVASCRIPT-000?style=for-the-badge&logo=javascript&logoColor=F0DB4F)](#)

## Learning Outcomes
- using Factory Modules to createPlayers
- using IIFE for carrying out functioning of the game and displaying interactions