An open API service indexing awesome lists of open source software.

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

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).