Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 657 Bytes

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.