React-Native app to track history of Coup G54 games.
Notible rules
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
{
"printWidth": 80,
"singleQuote": true
}
You can use npm
or yarn
, but i would suggest yarn
😉. To run app use react-native run-android
and react-native run-ios
All graphics assets should be in ./img
at this point they are NOT a part of this repository, so you would have to add them manually. Please take a look at ./data/helper.js
to find a list of all used graphical assets.
- Show all the cards ✅
- Show set of cards for the current game
- Record/display historical data
- Create curated set of the cards
- Rate set of cards
- Record initial pair of cards
- Record results of the game
- Show scoreboard/statistics
- Ability to change groups
MIT License