Skip to content

Instantly share code, notes, and snippets.

@oduvan
Created December 7, 2019 13:49
Show Gist options
  • Save oduvan/47f3fc5bf0472992610de0bfe1959c02 to your computer and use it in GitHub Desktop.
Save oduvan/47f3fc5bf0472992610de0bfe1959c02 to your computer and use it in GitHub Desktop.
battle field configuration for Empire of Code
from gen import players, crystalite_farm, sentry_gun, command_center, attack_craft
PLAYERS = players([
command_center([28, 18], level=2),
crystalite_farm([25, 19], level=2),
sentry_gun('def_code.py', [27, 23], level=1),
attack_craft(1, 'attacker.py', unit_quantity=6)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment