Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaron-contreras/tic-tac-toe-js
- Owner: aaron-contreras
- Created: 2022-05-05T12:31:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T03:56:34.000Z (over 2 years ago)
- Last Synced: 2024-11-12T03:44:19.874Z (about 2 months ago)
- Topics: factory-functions
- Language: JavaScript
- Homepage: https://aaron-contreras.github.io/tic-tac-toe-js/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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