Skip to content

acm-cmu/awap-viewer-2023

Repository files navigation


Logo

AWAP 2023 Game Viewer

A helpful tool to view your matches against other bots!
Report Bug · Request Feature

Introduction

This is the AWAP 2023 game viewer. You can run matches between bots using the game engine, then upload the generated replay files to this viewer to view the match.

Last year's game viewer can be found here.

Getting Started

Requirements

Installation

  1. Clone the repo
    git clone https://github.com/ACM-CMU/awap-viewer-2023.git
  2. Install NPM packages
     npm install

Running The Viewer (locally)

  1. Run the viewer
    npm start
  2. Open the viewer in your browser
     http://localhost:3000

Deployment

  1. Push the changes to the main branch
  2. Run the deploy script
    npm run deploy
  3. The viewer will be deployed to https://view.awap.acmatcmu.com