This document summarizes research on optimizing strategy parameters for a game bot. It describes a baseline GoogleBot strategy, an initial AresBot strategy using manually tuned parameters, and a GeneBot strategy that uses a genetic algorithm to evolve better parameters for AresBot. GeneBot was able to win more games and do so faster on average than the baseline strategies, showing that evolutionary computation can optimize bot parameters. Future work could explore parallelization, multi-objective optimization, and genetic programming to further improve the bot's strategies.