|
|
||
|---|---|---|
| .github/workflows | ||
| dist | ||
| README.md | ||
| screenshot.png | ||
README.md
Tic-Tac-Toe
A simple tic-tac-toe game.
Local Setup
- Run with PHP local server, then open http://localhost:8080:
php -S localhost:8080 -t dist - Directly open
dist/index.htmlon a web browser.