Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 282 Bytes

Tic Tac Toe Game

  • Game developed using PHP
  • Following PSR2 guidelines

Requirements

  • PHP >= 7.1.3
  • Composer

Setup Instructions

  • Download the code
  • In the root folder of application run the following commands:
composer install
php -S localhost:8080 /public