GitXplorerGitXplorer
r

petals

public
0 stars
0 forks
7 issues

Commits

List of commits on branch master.
Unverified
255a449fdcb72b4a907ac58db7d9a209d0c6dbaf

Fix #8 Restrict draw options to what's inside the deck

rrcjsuen committed 7 years ago
Unverified
68c4e6272cdd930d7f6f68fb4973db9490f5cc74

Fix #7 Filter out others' cards when analyzing own hand

rrcjsuen committed 7 years ago
Unverified
a1fdc9a1063004e951690ea5396dd1d701f68e99

Provide a link in README.md to the online instance

rrcjsuen committed 7 years ago
Unverified
f090957ac1c8f24103243c103b0909553de1757f

Fix #9 Correct page's name in the <title> element

rrcjsuen committed 7 years ago
Unverified
b1cbad528b88e7098b0c1b655d15ab0dfcc5875d

Initial commit for the Petals project

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.