Tic Tac Toe game using Laravel 5
While back, I created this game in Laravel as a fun side project, below are the requirements and the link to my git repo. Have fun!
Link to the repo: https://github.com/Heroftime/tictactoe
Tic Toe Game
Link to the repo: https://github.com/Heroftime/tictactoe
Tic Toe Game
This is a Tic Toe Game made in Laravel 5.4
Requirements
Since it is built with Laravel 5.4, It only need Laravel requirements to get going:
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Run
Using PHP Built-in Server:
Use serve artisan command in the terminal at project root:
php artisan serve