Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ispirett/javascript-tictactoe
Tictactoe build with Javascript
https://github.com/ispirett/javascript-tictactoe
Last synced: about 2 months ago
JSON representation
Tictactoe build with Javascript
- Host: GitHub
- URL: https://github.com/ispirett/javascript-tictactoe
- Owner: Ispirett
- License: mit
- Created: 2019-09-17T20:51:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:48:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:59:07.677Z (3 months ago)
- Language: CSS
- Size: 796 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROJECT: JAVASCRIPT TIC-TAC-TOE
In this project we built a Tic Tac Toe game rendered in the browser(no backend). This project follows the lesson about Factory Functions and The Module Pattern so the main goal is to put into practice those concepts along with the main concepts of Object Oriented Programming. Particularly, classes/objects and how to access their methods and attributes.
#### [Assignment link](https://www.theodinproject.com/courses/javascript/lessons/tic-tac-toe-javascript)
#### [Live link](https://ispirett.github.io/javascript-tictactoe/index.html)
#### Features
* Both players can add their names.
* Both players can play the game.#### Authors
* [@TorresChief](https://github.com/Torres-ssf/)
* [@Ispire](https://github.com/Ispirett/)