3.1.0 • Published 3 years ago

lux-viewer-2021 v3.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Lux AI Challenge: Season 1 Visualizer

This is the codebase for the Season 1 competition visualizer. The latest version is hosted on https://2021vis.lux-ai.org/. To download a local or past version, check out the releases

To run the visualizer locally, first unzip the release and it should create a folder called dist. Then install the serve package via

npm i -g serve

Then run

serve dist

And you should be able to navigate to http://localhost:5000 to use the visualizer, upload replays, and watch them, and begin to analyze matches!

npm.io

If you would like to view replays in higher quality, add "?scale=2" to the end of the visualizer url. For lower quality you can set as low as "?scale=1". Scale ranges from 1 to 3 with the default being 1.5.

e.g. http://localhost:5000/?scale=2 or https://2021vis.lux-ai.org/?scale=2

Features

  • Click and drag or press the WASD keys to pan around the map
  • Zoom in or out of the map as necessary
  • Play back the movement of units smoothly
  • See statistics and graphs on your bots
  • See match warnings live turn by turn
  • Toggle a debug mode that lets you visualize annotations your bot writes within the match

Development

Run npm run dev to start server and go to http://localhost:3000/dist

You will also need to copy the assets/ folder to dist/

Make sure whenever a change is made, the versioning is changed in configs.json.

Whenever the game engine has a breaking change, update the major version number.

3.1.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.8

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

0.0.2

3 years ago