GitXplorerGitXplorer
r

petals

public
0 stars
0 forks
7 issues

Commits

List of commits on branch master.
Unverified
d6a40d3875669ad2f2b9c564c490ef8a6989ebb0

Fix #2 Prevent game start if hands are not filled in

rrcjsuen committed 7 years ago
Unverified
0b741190a8d5883b7411f25d1610ea38edd812a8

Fix #15 Only replace cards that are unknown

rrcjsuen committed 7 years ago
Unverified
a149252605828353a218e0bdfcf06b019ff9fa53

Fix #14 Replace UnknownCard with KnownCard after hints

rrcjsuen committed 7 years ago
Unverified
034deab728f3ebf6fb9f208680992a8c5159fa0b

Fix #13 Disable and preselect cards when hinting

rrcjsuen committed 7 years ago
Unverified
e0f928db3726c05767610cfa2e24109d87350f3c

Fix #6 Prevent invalid cards from being played

rrcjsuen committed 7 years ago
Unverified
f2535526f3ef18b3a8e79168a2cf9923892a78d6

Fix #12 Disable hint button if no cards are selected

rrcjsuen committed 7 years ago

README

The README file for this repository.

Petals

Petals is a card tracker for the Hanabi card game. It is built with Ionic. Petals can be accessed online here.

Development Instructions

If you wish to build and compile Petals, you must first install Node.js if you have not already done so. After you have installed Node.js, you will need to install the ionic CLI tool.

npm install --global ionic

Once you have installed the ionic CLI, you can clone this repository with Git and then run the following commands:

npm install
ionic serve

You can now open http://localhost:8100/ionic-lab in a browser and start developing Petals locally on your computer. If you are interested in testing Petals on your device, we recommend using Ionic DevApp to get instant feedback of your changes with live reload.