Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)