/tic-tac-toe

Primary LanguageVueMIT LicenseMIT

tic-tac-toe, a vue application

alt text

Install dependencies

  • npm install

Start development server on local host

  • npm run dev

How to play

The application relies on https://github.com/rasmusregnell/tic-tac-toe-RL, which contains a light REST API for sending and recieving tic-tac-toe boards. You can also use the function random_computer_move to play against a random agent instead.

Licence

MIT