/sheep-shooter

Kill the sheep! Probably the coolest 2D shooter ever ;-)

Primary LanguageC

Sheep Shooter

Kill the sheep! Probably the coolest 2D shooter ever ;-)

History:

In the year 2000, when I was trained as "Fachinformatiker" (Specialised Computer Scientist) and was bored in the programming class a friend and I wrote this game. Found it again and put it on GitHub to encourage others just to start codding, its not hard, you will learn on the go. The first version was written in BASIC (do not have that code any more) Then we re-codded it again in C Strangely it never got past version 0.4c. The version number suggests that we had big plans for it, but I have no idea what there were.

Screenshots

Start screen

Start screen

Got you!

kill

Head-shot!

headshot

Requirements

Just run SHEEP.EXE in DOSBOX

How to play

move the cross with

7 8 9
4 5 6
1 2 3

shoot with "space"

quit with "q"

the game ends after 10 kills and your points will be calculated on the basis of the time it

Special effects

  • shoot a leg to slow the sheep
  • shoot the 💩 to get some time bonus
  • shoot the head so see it explode

Code

Sorry all the comments are in German, but the code should not be too hard to understand. Please tell me if you manage to compile it, I haven't tried it.