Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mnsami/tic-tac-toe
- Owner: mnsami
- Created: 2017-04-18T20:34:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:41:08.000Z (5 months ago)
- Last Synced: 2024-11-25T15:48:08.651Z (2 months ago)
- Topics: coverage-report, php7, phpunit, tic-tac-toe, tictactoe
- Language: PHP
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`.