zden
npm package for generating random maps for 2016 battlecode
zden (zombie den? zombie eden? no one knows) creates a bunch of maps for you to test your bot on! You can easily create 100s of random maps (so you should probably be using archon to test).
Sample Usage:
zden -n 100
Will create 100 maps in the current directory!
zden -n 100 -d maps/
Will create 100 maps in the maps/ directory!
Maps include:
- between 30x30 and 80x80
- rubble <= 1,000,000
- zombie den placement [1-8 dens] follows the spec (30% closer to one player)
- zombie spawn schedule from light to max
- random terrain
- random parts
- random neutrals (including up to 4 archons)
- starting archons [1, 4]
- archons start together, or seperate
- all the rotations, symmetry!
- really weird names!
This is a very early release so look for more features coming soon! If you'd like to see something please open an issue or submit a PR!