Skip to content

TicTacToe game running in the frontend .This project uses 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

License

Notifications You must be signed in to change notification settings

Flakster/JS-TicTacToe

Repository files navigation

JS-TicTactoe

TicTacToe game running in the frontend.This project uses 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

Screenshots

Init

tictactoe win

Built with

  • Javascript
  • HTML5
  • CSS3
  • Font Awesome
  • Jest
  • Webpack

Tests:

-Tests where created for each pure function of clasess using Jest

  1. Tests are located on the folder tests and each pure function is being tested.

  2. In order to run tests run npm test

Getting Started:

To get a local copy up and running follow these simple example steps:

  1. Under the repository name, click the Clone or download green button.

  2. Copy the URL given by clicking the clipboard button

  3. Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.

  4. Type git clone and then paste the URL you previously copied to the clipboard

  5. Install dependencies with npm install.

  6. Open your web browser and then open the index.html local file that was copied to the proyect folder

See a live demo Here

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT Licensed

Authors

👤 Fernando Rivas

👤 Carlos Santamaría

About

TicTacToe game running in the frontend .This project uses 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages