Skip to content

Commit

Permalink
Merge pull request #2 from PruneMazui/develop
Browse files Browse the repository at this point in the history
add how to play
  • Loading branch information
PruneMazui committed Oct 31, 2017
2 parents e373cb0 + bdb7d6d commit fe31fd5
Showing 1 changed file with 37 additions and 32 deletions.
69 changes: 37 additions & 32 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
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
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
```

## How To Play

* move ... cursor key
* rotate ... space key

## Licence

MIT

0 comments on commit fe31fd5

Please sign in to comment.