All Projects → intercaetera → golden

intercaetera / golden

Licence: LGPL-3.0 License
An Android Netrunner tournament hosting software.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to golden

TournamentBrackets
Android project written in Java to display Tournaments brackets with animation
Stars: ✭ 39 (+178.57%)
Mutual labels:  tournament-manager
coronate
A Swiss-style chess tournament management app.
Stars: ✭ 96 (+585.71%)
Mutual labels:  tournament-manager

alt

Golden is a cross-platform Android Netrunner tournament software built on Electron. Thanks to the usage of Electron, Golden can utilise the full power of web technologies to create the most usable and convenient platform for hosting Netrunner tournaments.

GitHub issues GitHub forks GitHub stars GitHub license Donate

Screenshot

Installation:

See Releases

Features:

  • Swiss system for the elimination rounds.
  • JSON serialisation for saving and loading tournaments.
  • A round timer for Swiss rounds.
  • A progression cut system.
  • Integration with the Monolith web services platform.

Bugs:

This is an alpha. There will be bugs. To spot them, you can open the Developer console (Ctrl+Shift+I) and inspect any issues you might have.

To report bugs, please visit the GitHub Issues and post any bugs you encounter as well as steps on how to reproduce them. Copy-pasting the console log can also help out a great deal.

Development installation:

  • Install NodeJS and Git

  • Global dependencies: electron, yarn, mocha (testing).
    sudo npm install -g electron yarn mocha

  • Clone and install the repository:
    git clone https://github.com/MrHuds0n/golden; cd golden; yarn

Scripts:

  • yarn start - Starts the application.
  • yarn test - Runs mocha tests
  • yarn package - Package the app for your current system
  • yarn make - Make the package for your current system

TODO:

  • Implement quick scoring
  • Implement cut serialisation

Credits:

  • Coding and development:

  • Dependencies:

  • Art:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].