Git Product home page Git Product logo

highscore-server's Introduction

The software behind the inaugural (and future?) Calice Cup.

Requirements

  • PHP ^7.1
  • A properly configured web server with the public directory as its document root
  • A MySQL database, with its URL provided as DATABASE_URL in your environment's configuration
  • Node, to install front-end dependencies and run scripts

Installation

composer install should be enough to get you going. In production, composer install --no-dev --optimize-autoloader will skip developer packages and build a class map for improved performance.

Usage

This bundle was first used for a relatively simple, team-based MAME score tournament. Over the course of a year it has evolved into something increasingly flexible. At its core, it still provides tools to easily create a tournament, a draft to gather interested players, manage teams, and to record players' scores including provided video URLs, MAME INP files, or screenshots.

Currenly, dangerous operations (deletion of tournaments, teams, scores, etc.) are left to users with the ADMIN role. The capability to create and update tournaments and teams is given to users with the TO (tournament organizer) role. All other users have the capability to accept, decline, or rescind draft invites, create and update scores for tournaments, as well as post "personal best" scores on persistent leaderboards for games from previous tournaments.

Development Roadmap

The big push at present is to include even more flexibility in the rulesets for tournaments:

  • Individual tournaments (no teams)
  • Optional ranked points table
  • Cutoffs for individual scores instead of only teams

It is also vital to add unit and functional tests to this bundle, and ensure that features developed in the future are done so with a test driven mindset.

Feature Requests from Players

  • compare scores of two specific players across all games as kind of a head to head matchup
  • Suggest game(s) to focus on, where you have a chance to increase in rank
  • A points breakdown on one's profile page would be handy, to see which games are contributing the most to the total points.
  • Displaying tournament rules for a game on that game's community leaderboard
  • A widget based layout for tournament pages, similar to the current stream kit, that makes it easy to track the tournament as a whole from one view; possibly using the stream gadgets as a sidebar
  • A countdown for the remaining absolute time left
  • Displaying dates/times in user's tz
  • Highlighting current user on individual leaderboard
  • Continue to show user name in game summary, even if high score is their own

highscore-server's People

Contributors

snowcrashdotdev avatar dependabot[bot] 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.