Rochdy / tictactoe

Tic Tac Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

Requirements

  • PHP >= 7
  • A Human to play the game!

How to view/run the application

  • Clone the repo git clone https://github.com/Rochdy/tictactoe.git
  • Go to the folder cd tictactoe
  • Loading composer repositories & Generate autoload files composer install
  • Run server php -S localhost:8000
  • Open the server localhost:8000
  • Play!

To Run the tests

  • Run vendor/bin/phpunit tests

About

Tic Tac Toe


Languages

Language:PHP 87.1%Language:JavaScript 9.9%Language:CSS 3.0%