Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaron-contreras/tic-tac-toe-js

A JS'd Tic-tac-toe game
https://github.com/aaron-contreras/tic-tac-toe-js

factory-functions

Last synced: 23 days ago
JSON representation

A JS'd Tic-tac-toe game

Awesome Lists containing this project

README

        

# ❌Tic-Tac-Toe⭕️ (js)
From [The Odin Project](https://www.theodinproject.com/lessons/javascript-tic-tac-toe). A project designed to practice JS skills. Specifically, Factory Functions.

## Things I improved on during this project
- Understanding of the "closure" concept
- Factory functions
- Separating the UI layer from the business logic