An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/TyrenDe/game-scorecards.svg?branch=master)](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 start

A browser should open after a minute to: http://localhost:3000/

To deploy the GitHub Page to: https://tyrende.github.io/game-scorecards/
* npm run deploy

Note: It may take up to a minute for the changes to appear after publishing.