This is a basic javascript project, you should expect from this projectt the following features:
- You can start a new game and play tic tac toe.
- First player would be 'o' and second player 'x'.
- You can get a winner or a tie and restart the game.
This project has been developed to accomplish basic javascript module at Microverse.
- Open your terminal.
- Navigate to the desired location to download the contents of this repository.
- Copy and paste the following code into your terminal :
$ git clone https://github.com/pipe2442/tictactoe_javascript.git
- Run
cd tictactoe_javascript
- Install your dependencies
$ npm install $ npm install --save-dev jest
- run
$ npm run test
👤 Luis Felipe Angulo Torres
- Github: pipe2442
- Twitter: @donCodigo_
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! 🤝
This project is MIT licensed.