Skip to content

Commit

Permalink
Merge pull request #1 from PruneMazui/develop
Browse files Browse the repository at this point in the history
fix version1
  • Loading branch information
PruneMazui committed Oct 30, 2017
2 parents 76db7d5 + 8c2e378 commit e373cb0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
src_dir: ./
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
coverage_clover: report/clover.xml
json_path: report/coveralls-upload.json
Binary file added image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
</whitelist>
</filter>

<!--
<logging>
<log type="coverage-html" target="./report" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="report/clover.xml"/>
<!-- <log type="coverage-html" target="./report" lowUpperBound="35" highLowerBound="70"/> -->
</logging>
-->
</phpunit>
32 changes: 32 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
TETORICE
====

[![Build Status](https://travis-ci.org/PruneMazui/tetorice.svg?branch=master)](https://travis-ci.org/PruneMazui/tetorice)
[![Coverage Status](https://coveralls.io/repos/github/PruneMazui/tetorice/badge.svg?branch=master)](https://coveralls.io/github/PruneMazui/tetorice?branch=master)

It is a game to erase the line.

## Demo

![sample](./image.gif)

## Requirement

* PHP >= 5.6 or PHP >= 7.0
* POSIX

## Usage

```
wget https://github.com/PruneMazui/tetorice/archive/master.zip
unzip master.zip
cd tetorice-master
curl -sS https://getcomposer.org/installer | php
php composer.phar --no-dev
./bin/tetorice
```

## Licence

MIT

0 comments on commit e373cb0

Please sign in to comment.