Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilcreate/tic-tac-toe
https://github.com/sahilcreate/tic-tac-toe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilcreate/tic-tac-toe
- Owner: Sahilcreate
- License: mit
- Created: 2024-06-09T11:48:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:54:48.000Z (7 months ago)
- Last Synced: 2024-06-15T18:56:00.152Z (7 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe
## Live Demo
[See the live project here](https://sahilcreate.github.io/tic-tac-toe/)## Provided Assests
* [Building a house from the inside out](https://www.ayweb.dev/blog/building-a-house-from-the-inside-out)## Objectives
- [x] Minimal global code
- [x] Utilization of factories, modules, and IIFE
- [x] Console version first, followed by DOM version
- [x] Each function performs a single task
- [x] Allow players to put in their names
- [x] Include a button to start/restart the game
- [x] Add a display element that shows the results upon game end## Scope Creep
- [ ] Add display that shows score of players through restart
- [ ] Add V/S Bot mode with different difficulties
- [ ] Make it responsive and assessible## Credite
* font [Buba](https://www.dafont.com/buba.font) by [Genilson L. Santos](https://www.dafont.com/genilson-lima.d1429)