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.
- Host: GitHub
- URL: https://github.com/gkjohnson/ucla-pandemic-programming-contest
- Owner: gkjohnson
- Created: 2018-06-15T04:13:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T19:37:14.000Z (about 8 years ago)
- Last Synced: 2025-10-22T11:30:41.384Z (8 months ago)
- Topics: college, college-project, visual-studio
- Language: C++
- Homepage:
- Size: 23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### 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!