Skip to content

acm-cmu/awap-viewer-2025

Repository files navigation


AWAP 2025 Game Viewer

Introduction

This is the AWAP 2025 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. See here.

Last year's game viewer can be found here.

Getting Started on running locally

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11