https://github.com/antonioribeiro/tic-tac-toe
TicTacToe
https://github.com/antonioribeiro/tic-tac-toe
Last synced: 8 months ago
JSON representation
TicTacToe
- Host: GitHub
- URL: https://github.com/antonioribeiro/tic-tac-toe
- Owner: antonioribeiro
- License: mit
- Created: 2018-11-18T19:42:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T23:14:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T01:43:47.826Z (9 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TicTacToe
## Requires
```
PHP 7.2 or 7.3RC
```## Installing
- Setup a virtual host (tic-tac-toe.test) (on NGINX or Apache or whatever you use to host your pages)
- Point it to public/index.php
- Open the page: http://tic-tac-toe.test## Demo
It's also available [online at https://tictactoe.antoniocarlosribeiro.com](https://tictactoe.antoniocarlosribeiro.com/)
## Testing
``` bash
composer testor
vendor/bin/phpunit
```## Static Analysis
``` bash
composer stanor
vendor/bin/phpstan analyse --level=7 app tests
```