Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.16 KB

StreetCatz

A simple 2d game implemented with Python and PyGame in 2008.

Story

There are all those hungry cats out there, doesn't anyone take care of them ... yes, YOU do. Get into that car and drop off food in the right places to attract felines. The first moment all of them are happy, the level is done.

Requirements

You need to have Python and Pygame installed. I don't remember exactly which version of Python/Pygame it was back then, I think sth like v1.6 and probably Python 2.6. With a bit of luck it'll work with newer versions as well.

Gameplay

You have a monitor in the lower left corner of your display indicating cat positions and respective hunger intensity (red denotes a very hungry specimen).

Keys:

  • Arrow Keys - Control car/avatar
  • C - get into/off the car
  • SPACE - Drop food

Open issues

This game has never been finished, unfortunately. You'll probably notice that the level design has not received much love and the second level is most probably (feel free to prove me wrong) too hard to finish successfully. The game may, however, serve as a more involved example of a pygame program.