https://github.com/sensorario/ppgol
Ping Pong Game Of Life
https://github.com/sensorario/ppgol
Last synced: about 2 months ago
JSON representation
Ping Pong Game Of Life
- Host: GitHub
- URL: https://github.com/sensorario/ppgol
- Owner: sensorario
- License: mit
- Created: 2018-11-09T20:08:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T00:46:53.000Z (over 7 years ago)
- Last Synced: 2025-01-19T19:45:43.495Z (over 1 year ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppgol
Ping Pong Game Of Life
## Install
```bash
make
```
## Tests
```bash
make test
```
## Rules
| A | B |
|---|---|
| open the issue and start the discussion | open the issue and start the discussion |
| open pull request with documentation about the issue | |
| complete phase assigning pull request to B| |
| | write red test that respect decision made during discussion |
| | complete phase assigning pull request to A |
| write code until tests are green | |
| complete phase requiring review to B | |
| | cmplete phase approving pull request to A |
| merge pull reuqest | |