Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.32 KB

Tic-Tac-Toe-HL

![https://github.com/ricglz/ttt-react/actions/workflows/test.yml/badge.svg]

The classic tic tac toe game taken to a whole new level.

Run locally

  1. Install the dependencies with yarn install
  2. Then run the app using yarn start

Play it on line!

You can test the game here

Contributing

  1. Fork it ( https://github.com/ricglz0201/ttt-react/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Tic-Tac-Toe-HL

El clásico juego de tic tac toe llevado a un nivel completamente nuevo.

Correrlo localmente

  1. Instala las dependencias con yarn install
  2. Luego ejecuta la aplicación usando yarn start

¡Juegalo en línea!

Puedes probar el juego Aqui

Contribuciones

  1. Echa un vistazo ( https://github.com/ricglz0201/ttt-react/fork )
  2. Crea tu rama de características (git checkout -b my-new-feature)
  3. Cometa tus cambios (git commit -am 'Add some feature')
  4. Sube la rama (git push origin my-new-feature)
  5. Crear una nueva Pull Request