An open API service indexing awesome lists of open source software.

https://github.com/delta/codecharacter-renderer-2019

Game Renderer for Code Character, 2019
https://github.com/delta/codecharacter-renderer-2019

Last synced: 5 months ago
JSON representation

Game Renderer for Code Character, 2019

Awesome Lists containing this project

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.