/Aedificus---Fathers_of_Rome

A Roman themed Pygame real time strategy game for Windows

Primary LanguagePython

Logo

READ THE DEVBLOG FOR THE LATEST NEWS

Installation

Alpha 0.1 is now available for download!

You can download an .exe: DropBox

Once you've downloaded that, just right click the .zip, click Extract All, then when that's done you can run Play Aedificus.exe or main.app, depending on your platform obviously.

Alternatively, if you have Python and Pygame installed, just download the .zip, extract all, then run libengine.py

The game

A pygame real time strategy game. Move the camera with WASD/mouse, pause/unpause with SPACE, mute/unmute with M.

At the moment the game is incomplete, but there may be fun to be had experimenting, building, and mercilessly slaughtering your innocent citizens.

Feedback would be much appreciated!

If things are running below 35 FPS on your machine, try lowering animal count as they have no effect on gameplay. for i in range(20): mob.Rabbit() mob.Deer() to for i in range(5): mob.Rabbit() mob.Deer()

Screenshot

More screenshots

pygame.org python.org