https://github.com/santik/tic-tac-toe
Simple implementation of Tic-Tac-Toe game based on Silex framework
https://github.com/santik/tic-tac-toe
Last synced: 11 months ago
JSON representation
Simple implementation of Tic-Tac-Toe game based on Silex framework
- Host: GitHub
- URL: https://github.com/santik/tic-tac-toe
- Owner: santik
- Created: 2017-05-08T12:33:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T11:54:44.000Z (over 8 years ago)
- Last Synced: 2025-01-14T01:09:58.821Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple implementation of Tic-Tac-Toe game based on Silex framework
To get dependencies run in console:
php composer.phar install
To run tests run in console:
./vendor/bin/phpunit tests
To run application use internal php webserver:
cd web; php -S localhost:8000
Start the game use the local url [http://localhost:8000/](http://localhost:8000/).
To test API use the [swagger ui url](http://localhost:8000/swagger-ui/dist/index.html?url=http://localhost:8000/swagger.json#/default).