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

https://github.com/gkjohnson/ucla-pandemic-programming-contest

My submission and associated files for the 2009 UCLA Pandemic Programming Contest.
https://github.com/gkjohnson/ucla-pandemic-programming-contest

college college-project visual-studio

Last synced: 7 months ago
JSON representation

My submission and associated files for the 2009 UCLA Pandemic Programming Contest.

Awesome Lists containing this project

README

          

# ucla-pandemic-programming-contest
My submission and associated files for the 2009 UCLA Pandemic Programming Contest. Repo includes the context [rules and game files](UCLA-Pandemic%20Programming%20Contest.zip) and [my AI bot](GarrBot.cpp). The contest involved writing the AI for a bot running in the [Saurbraten](http://sauerbraten.org/) game engine and competing with other students in a bracket.

I did not win.

![screenshot](./screenshot.png)

### How To Run

Originally built with Visual Studio 2008

Running Visual Studio 15.2 (26430.15)
- In project properties > General
- Set `Output Directory` to `../../Game/AIBots/`
- In project properties > Debugging
- Set `Command` to `$(ProjectDir)../../Game/bin/sauerbraten.exe`
- Set `Command Arguments` to `-t`
- Set `Working Directory` to `$(ProjectDir)../../Game`
- Click `Local Windows Debugger`
- AIBot is built to `/Game/AIBots/GotoBot.dll` by default and the game is started!