https://github.com/tyrende/game-scorecards
A react based github hosted page with a set of game scorecards.
https://github.com/tyrende/game-scorecards
Last synced: 3 months ago
JSON representation
A react based github hosted page with a set of game scorecards.
- Host: GitHub
- URL: https://github.com/tyrende/game-scorecards
- Owner: TyrenDe
- License: mit
- Created: 2018-11-10T18:06:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:47:33.000Z (about 2 years ago)
- Last Synced: 2025-01-22T16:47:53.412Z (4 months ago)
- Language: TypeScript
- Homepage: https://tyrende.github.io/game-scorecards/
- Size: 7.38 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.com/TyrenDe/game-scorecards)
## Various Game Scorecards
This project is design to allow for quick and simple game score cards. The plan it support simple games such as: Split, Yahtzee, Five Crowns, etc.
Done:
* Split
* Mille Bornes
* Generic
* Five Crowns
* Sticheln
* MüTo Do:
* Yahtzee### Development Notes:
You must have Node and NPM installed. Instructions can be found at: https://www.npmjs.com/get-npm
To run the project locally, clone then run:
* npm install
* npm run startA browser should open after a minute to: http://localhost:3000/
To deploy the GitHub Page to: https://tyrende.github.io/game-scorecards/
* npm run deployNote: It may take up to a minute for the changes to appear after publishing.