Skip to content

Commit

Permalink
Merge pull request #62 from PhyrexTsai/develop
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
PhyrexTsai authored Jul 25, 2018
2 parents 1db646d + dbf5c33 commit b1d7bf3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ Users can acquire game cards using ETH. Every game card will have a game point o

## Roles

#### Card collection
#### Card Collection
Players can aquire card using ether. Each card will have a random points on it, which will be used to deternmine the winner in the card game.

![Card Collection](cardcollection.gif)

#### Card Battle
Once entered the game, players will need to choose a card to play for the round. Each round, the smart contract will randomly decide either card with larger or smaller point wins the round. At the same time, the smart contract will also randomly generate a number in order to compete with the player. Winner of the game will receive the price.

#### Dashboard
You can view the card battle history about all the games you played.

## ERC-721 Token

ERC-721 non-fungible token:
Expand Down
5 changes: 5 additions & 0 deletions README_zhTW.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@
#### 卡牌收集
玩家先使用ether來兌換卡牌,每張卡牌上面有不一樣的點數。

![Card Collection](cardcollection.gif)

#### 卡牌對戰
擁有卡牌之後可以開始對戰,對戰開始之前玩家必須先選擇自己要出的卡牌,之後系統會隨機決定此回合是比大或是比小,並且隨機產生點數,玩家獲勝之後可獲得獎勵。

#### 對戰紀錄
對戰之後可以透過對戰紀錄看到所有過去的遊戲紀錄,包含遊戲的勝負以及下注的金額。

## ERC-721 Token

ERC-721 non-fungible token:
Expand Down
Binary file added cardcollection.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1d7bf3

Please sign in to comment.