This project is archived because it was merged into https://github.com/robots-ju/fll-scoreboard
Unofficial web scoreboard for the FLL 2016 (Animal Allies) 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-2016.robots-ju.ch/. No need to install anything !
# Install npm and bower dependencies
npm install
bower install
# Run gulp to craft the application
gulp
# Application is ready in the `site` folder
# Just open `site/index.html` in your browser to start
NPM is used to get the dev dependencies for gulp
.
Bower is used for the third party libraries used by the application:
The gulp tasks concat, uglify and copy everything to the site
folder.
A gulp watch
task is available to automatically regenerate files as you edit them.
The table overview image and the Animal Allies logo come from the official Robot Game material. Table image was resized and the part behind the gecko wall was painted black as it should be. Logo was exported from EPS to PNG.
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 !
This code is released under the MIT license. The logic behind the scoreboard is hosted at https://github.com/robots-ju/fll-robotgame-scorer-2016 and is also subject to the MIT.