mnsami / tic-tac-toe

A php-cli Tic-Tac-Toe simple two players game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe

Testing

Description

A php-cli Tic-Tac-Toe simple two players game.

Requirements

  1. php >= 7.0 (required for phpunit v6.1)

Installation

The project has a Makefile which will take care of everything required for installation.

Run make all will do all the magic for you.

Start playing

To start playing the game, you need to run make play

Unit tests

To generate tests report, run make test.

Coverage

To generate coverage report, run make coverage.

About

A php-cli Tic-Tac-Toe simple two players game.


Languages

Language:PHP 94.7%Language:Makefile 3.8%Language:Dockerfile 1.5%