Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amashigeseiji/reversi
https://github.com/amashigeseiji/reversi
php reversi
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amashigeseiji/reversi
- Owner: amashigeseiji
- Created: 2022-12-31T21:05:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T18:33:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T15:34:16.781Z (22 days ago)
- Topics: php, reversi
- Language: PHP
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reversi
# 初期化
```
php composer.phar dumpautoload
```## Web
![](img/web.png)
## 起動
```
php -S localhost:8080 bin/api.php
```## CLI
![](img/cli-image.png)
```
php bin/cli.php
```