Giter VIP home page Giter VIP logo

yatzyscoreboard's Introduction

Yatzy Scoreboard

Keep track of your Yatzy game scores in the browser. Try it.

I was running out of Yatzy scoreboard cards again, and making new ones is always a daunting task (I can never get the lines straight!). So I decided to make a digital one, as it can also count the score totals for you, which is another time-consuming and error-prone task. It was also a good opportunity to try out Reactive Extensions.

Getting started

This installs the required dependencies, bundles the JavaScript and starts an HTTP server:

npm start

Then go to http://localhost:8000 with your browser to see the scoreboard.

Serving the page locally

Start a local HTTP server serving the scoreboard page:

npm run server

NOTE: This command only runs the HTTP server. You likely also need to build the served JavaScript bundle in another command prompt using npm run build, npm run watch or npm run watch-debug, see below.

Building

Bundle the JavaScript files to the target file js/build/app.js using Browserify:

npm run build

The bundled JavaScript file is included in the repository so that the scoreboard can be served easily on GitHub pages.

Deploying

Push the current repository to GitHub pages:

./deploy.sh

Watching for JavaScript changes and re-building

Bundle a minified JavaScript file on file changes:

npm run watch

Bundle a non-minified JavaScript file with source maps on file changes:

npm run watch-debug

Linting

Lint the JavaScript with ESLint:

npm run lint

Watch for JavaScript file changes and lint on change:

npm run lint-watch

License

MIT

Acknowledgements

This project has been a grateful recipient of the Futurice Open Source sponsorship program.

yatzyscoreboard's People

Contributors

peruukki avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.