opeik / runback

Broadcast graphics for fighting games
GNU General Public License v3.0
6 stars 3 forks source link

Contributors Forks Stargazers Issues License


Logo

Runback

Broadcast graphics for fighting games
Download · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Screenshots
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. License

About The Project

Runback Screen Shot 1

Runback is a broadcast graphics system designed for fighting games tournaments, featuring:

Built With

Screenshots

Runback Screen Shot 2 Runback Screen Shot 3

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Building

  1. Clone NodeCG

    git clone https://github.com/nodecg/nodecg
  2. Install NodeCG npm packages

    cd nodecg && npm install --production
  3. Clone runback

    cd bundles && git clone https://github.com/opeik/runback
    cd runback && git submodule update --init --recursive
  4. Install runback npm packages

    yarn install
  5. Build runback

    yarn watch
  6. Start the NodeCG server

    node ../..
  7. Open http://localhost:9090/

Usage

Installing

Importing overlays

Setup smash.gg integration

Import players from smash.gg

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

Distributed under the GPLv3 License. See LICENSE.md for more information.