/exporter

Exports games and frames into various formats

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Battlesnake Game Exporter

Converts a game or frame of a game into a different format (mostly images).

Endpoints

/game/{game id}/gif

Exports the game as an animated gif.

/game/{game id}/frame/{frame number}/gif

Exports a specific frame as a gif (no animation).

/game/{game id}/frame/{frame number}/ascii

Exports a specific frame as an ASCII string.