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.
- Clone the repo
git clone https://github.com/ACM-CMU/awap-viewer-2023.git
- Install NPM packages
npm install
- Run the viewer
npm start
- Open the viewer in your browser
http://localhost:3000
- Push the changes to the
mainbranch - Run the deploy script
npm run deploy
- The viewer will be deployed to https://view.awap.acmatcmu.com