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

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

A project from The Odin Project. With the goal of learning Factory Functions and The Module Pattern
https://github.com/epictetusz1/tic-tac-toe

factory-pattern javascript-game learning-by-doing module-pattern theodinproject tic-tac-toe

Last synced: 11 days ago
JSON representation

A project from The Odin Project. With the goal of learning Factory Functions and The Module Pattern

Awesome Lists containing this project

README

        

# Tic Tac Toe

A simple JavaScript game app to learn OOP, The Factory Function and Module Patterns

Assignment from [The Odin Project](https://www.theodinproject.com/)

### Things I Learned:
- The Factory Function Pattern
- The Module Pattern
- Closures
- Fine-tuned my knowledge on Scope
- Using ```"use strict";``` in JavaScript
- Private variables and functions
- Namespacing

### Functionality:
- Checks for win state or draw state
- Updates Player Name dynamically
- Ability to play multiple games and keep / display running total of won games per player