Build your own Rome! A city builder created by Team-19, which lets users chose the type of goverment to impelement and the goal of the final project is to make the citisen as satified as possible living in your city before they want to leave. Using Pope Coins to build and upgrade exsisting infrastructre. Our team of experianced Rome Arctiteches used the skills and Design Paterrns learn in 214 to build Rome, not in a day but over a couple weeks.
- Build your own city by
- Building roads, trainstations and airports
- Building different types of buildings
- Industrial
- Commercial
- Residental
- Landmark
- Chosing the type of game play at the begining of the game
- Collecting Pope Coins in order to Build more buildings and roads or upgrade exsisting ones
- Effect the satisfaction of citizens by Building buildings and road to reduce congesion
-
Singleton
-
Factory
-
Mediator
-
State
-
Strategy
-
Composite
-
Decorator
-
Chain of Command
-
Memento
-
Iterator
The project contains two diffrent ways of running the simulation, a demo main that runs in ther terminal to outline features that arent present in the GUI, the other way is the GUI which also includes the game loop which correctly implements the simulation. The demo main/terminal program can be run using the make file present in the System folder. The GUI can be run using the make file in the FINAL GUI folder.