This program was written using C# for the LD48 competition.
To run this game you'll need to have .NET 1.1 installed.
- As far as i know, this program will work on linux using Mono - i've not tried it tho.
You'll probably need different libraries for the SDL bindings etc - check http://cs-sdl.sourceforge.net/modules.php?name=Downloads
for downloads - you'll need the image stuff at least.
- The windows version comes with all the needed dlls.


It took only 12 hours to write - due to time constraints, its not really finished.
Some features missing :
- multiplayer
- full screen
- decent graphics
- scoring

How to play:
- You are the 'cat' - the orange arrow. You move using the arrow keys ... left and right turn, forwards accelerates.
You can slow down faster by pressing back.
To kill a bird (the blue arrows) you need to get close and press space.
Whenever you move, you leave a 'heat' trail. Birds will avoid this trail. The faster you move, the greater the heat, and the longer it takes to disipate.
Killing a bird will leave a spot of heat where it was - basically, theres a corpse lying there and the other birds dont like it.

Note: if when you start, you cant see the orange arrow, it could be behind a tree. Press up - if it still doesnt appear, hold turn for a few moments then try again.
Once you kill all the birds ... nothing happens. thats to come.


As far as i know, this program will work on linux using Mono - i've not tried it tho.
You'll probably need different libraries for the SDL bindings etc - check http://cs-sdl.sourceforge.net/modules.php?name=Downloads
for downloads - you'll need the image stuff at least.
