TicTacToe
A TicTacToe game package for PHP.
Installation
Require this package with Composer:
composer require rcsofttech85/tic-tac-toe
Usage After installing, you can run the TicTacToe game by executing:
Copy code
vendor/bin/tic-tac
This will start the TicTacToe game cli.
Follow the prompts to play the game.
Sample Images