cr19
v0.0.1
Published
Renderer component for Code Character 2018
Downloads
2
Readme
Code Character Renderer
Renderer component for Code Character
Build Instructions
- Run
npm install
to install dependencies. - Run
npm start
to launch a demo server. - Run
npm run build
to build the renderer.
Status
The renderer renders a static terrain and 2 competing AIs based on a given log file.
- Pan : Use arrow keys to pan around the map.
- Zoom : Use the '+'('=') and '-' keys to zoom in and out.
- Pause : Press 'P' to pause rendering.
- Speed : Press ']' to increase game speed and '[' to decrease game speed.
- Fullscreen: Press 'F' to toggle fullscreen mode.