This project is archived because it was merged into https://github.com/robots-ju/fll-scoreboard
Unofficial web scoreboard for the FLL 2017 (Hydro Dynamics) Robot Game.
This is a private project that is not supported or approved by the FIRST® LEGO® League. However it may be the official scoreboard for some events organised by Robots-JU.
Feel free to report bugs and suggestions in the issues !
Robots-JU hosts the latest version at https://fll-scoreboard-2017.robots-ju.ch/. No need to install anything !
This is a Mithril application that uses our Robot Game Scorer library for unit tested output. It is build with Babel and Webpack via Laravel Mix.
# Clone the repo, and run the following in it to build the app
yarn install
yarn dev # also check `yarn watch` and `yarn production`, these are standard Laravel Mix shortcuts
# Application is ready in the `site` folder
# Just open `site/index.html` in your browser to start
The table overview image and the Hydro Dnaymics logo come from the official Robot Game material. Both images were resized and compressed to a more suitable size.
The missions illustrations displayed with each task come from the Missions overview page on the FLL Europe website by HANDS on TECHNOLOGY. Thanks for making them, they are great !
Applies to all mission strings in missions.json
.
- The English rules are copied from the Hands on Technology Missions overview page.
- The French rules are copied from the PDF hosted on the EPFL FLL rules page.
This code is released under the MIT license. The logic behind the scoreboard is hosted at https://github.com/robots-ju/fll-robotgame-scorer-2017 and is also subject to the MIT.