wudi-7mi / ra2yr-observer-overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ra2yr-observer-overlay

NOTE: As of 2023-06-12 this project is unmaintained.

Simple browser overlay for Red Alert 2: Yuri's Revenge, using ra2yrcpp and ra2yrproto. Displays each players' unit counts and build queues in real time.

Setup

$ git clone --recurse-submodules https://github.com:shmocz/ra2yr-observer-overlay.git
$ cd ra2yr-observer-overlay
$ npm install
# Generate protobuf definitions
$ npm run prebuild

Usage

Run directly with dev server:

$ npm run start

Alternatively create a production build and place the files under build/ to suitable location:

$ npm run build

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 83.7%Language:CSS 8.8%Language:HTML 7.4%