The Library project is created according to the assignment from The Odin Project course.
🔗 Live preview of the project is here.
- Two players mode
- AI mode with two levels of difficulty
- Used HTML
- Used CSS
- Used JavaScript
- Learned how to tackle all items inside functions to free global scope
- Improved usage of factory functions
- Improved usage of module pattern
- Usage of minimax algorithm