Skip to content

gagc056/tic-tac-toe

Repository files navigation

TIC-TAC-TOE

practice screenshot

ABOUT THIS REPOSITORY

This repository stores a practice of JavaScript which consists of creating the simple game of Tic-Tac-Toe. Players take turns, marking symbols on the grid. The player that makes a line made of the symbol of the player wins.

GETTING STARTED

In order to see a live version of this project, cloning it and starting a Node.js server is required. This README.md assumes that you have the newest Node.js installed on your machine. If you do, the following commands may help you setting up this project.

git clone https://github.com/lhscar56/tic-tac-toe
cd tic-tac-toe
node simple-server.js

If all of these commands run successfully, open the address http://localhost:5000 on your web browser, to see the application running.

STACK

  • Node.js
  • Javascript
  • HTML5/CSS3
  • Jest

AUTHORS

Frederico Miranda

Gastón Costa

🤝 Contributing Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published