zawiszaty / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

CircleCI

Simple game in php to develop my OOP design skill

How to run Linux/Mac

composer install
make test

How to run Windows

composer install
./vendor/bin/phpstan analyse -l 7 -c phpstan.neon src
./vendor/bin/php-cs-fixer fix --allow-risky=yes
./vendor/bin/phpunit

About


Languages

Language:PHP 98.8%Language:Makefile 1.2%