Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnsami/tic-tac-toe

A php-cli Tic-Tac-Toe simple two players game.
https://github.com/mnsami/tic-tac-toe

coverage-report php7 phpunit tic-tac-toe tictactoe

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# tic-tac-toe

[![Testing](https://github.com/mnsami/tic-tac-toe/actions/workflows/main.yml/badge.svg)](https://github.com/mnsami/tic-tac-toe/actions/workflows/main.yml)

### 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`.