Logo

Javascript TicTacToe game

Logo
Explore the docs »


-- Request Feature

Table of Contents

About The Project

The classic tic tac toe game made from scratch with Javascript.


This is the secpnd collaborative project on the "Ruby on Rails" path from the Microverse FullStack web developer curriculum



For more details about the Project and it's requirements go to The Odin Project

Built With

Getting Started

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

Clone or fork the (repo)[https://github.com/lucasmazo32/jstic-tac-toe/tree/development].

  • After clonning and changing directory, run in your terminal:

npm install

  • After installing the node modules, run the following command to start the server in dev mode:

npm run start:dev

  • To run the tests, type the following command in your terminal:

npm test

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

No licenses required as project was developed in educational eviroment.

Contact

Lucas Mazo - @lucasmazo32 Luis Puente - @mkezmkez

Acknowledgements