My AI for the game screeps.
Contains the logic to run every tick.
Files with the spawner
prefix contain logic for spawning new creeps. Use the main spawner file to
access all functionality.
Files with the action
prefix contain the logic to perform actions. Include the main action file to
get access to all of the functions.
Files with the lib
prefix contain logic that is common amoung at least two roles. Include the main lib file
to get access to all of the functions.