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

https://github.com/samuelyuan/polytopiaworld

Rendering Battle of Polytopia maps using isometric projection similar to the real game
https://github.com/samuelyuan/polytopiaworld

Last synced: 3 months ago
JSON representation

Rendering Battle of Polytopia maps using isometric projection similar to the real game

Awesome Lists containing this project

README

        

# PolytopiaWorld

## Introduction

This program renders The Battle of Polytopia maps using isometric projection similar to the real game. This allows you to view the map outside of the original game.

### Controls

- W/S to move up/down
- A/D to rotate left/right
- Scroll up/down to zoom in/out

### Generated Output

To view the map, you must have a game in progress. The input filename is a .state file from the save game directory. Make sure to copy the .state file in a different folder, such as this project, because the .state file will be deleted once the game ends. The .state file can't be recovered after it's deleted.

Command format:
```
./PolytopiaWorld.exe -input=[input state filename]
```

Example:
```
./PolytopiaWorld.exe -input=00000000-0000-0000-0000-000000000000.state
```


Screenshot from this program
Original game for reference