16 lines
297 B
Markdown
16 lines
297 B
Markdown
# Tic-Tac-Toe
|
|
|
|
A simple tic-tac-toe game.
|
|
|
|
<p align="center">
|
|
<img src="screenshot.png" alt="screenshot"/>
|
|
</p>
|
|
|
|
## Local Setup
|
|
|
|
- Run with PHP local server, then open http://localhost:8080:
|
|
```sh
|
|
php -S localhost:8080 -t dist
|
|
```
|
|
- Directly open `dist/index.html` on a web browser.
|