Skip to content

In this project, a Tic Tac Toe game was created (again) but this time it will be shown in the browser. The main objective is to put into practice the factory functions and the pattern of the module together with the main concepts of object-oriented programming.

Notifications You must be signed in to change notification settings

rindrajosia/test-tictac

Repository files navigation

TicTacToe JavaScript Project

In this project, a Tic Tac Toe game was created (again) but this time it will be shown in the browser. The main objective is to put into practice the factory functions, the pattern of the module together with the main concepts of object-oriented programming and add some tests with Jest!

Built with

  • Javascript
  • HTML5
  • CSS3
  • Jest
  • npm
  • webpack

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. Open a new terminal window in your local machine and change the current directory to your cloned directory.

  6. Run npm install / npm i from the Terminal

  7. after that npm run build from the terminal

  8. And, Open dist/index.html page with browser

  9. Then npm run test from the terminal

See a live demo Here

Show your support

Give a ⭐️ if you like this project!

Screenshot

  • Player name

  • screenshot

  • Board game

  • screenshot

  • Testing

  • screenshot

Authors

👤 Edie Atha

👤 Rindra josia

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

About

In this project, a Tic Tac Toe game was created (again) but this time it will be shown in the browser. The main objective is to put into practice the factory functions and the pattern of the module together with the main concepts of object-oriented programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published