Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 536 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 536 Bytes

Two players game in java in which every player carries two stacks, and there are several colored objects falling down and he tries to catch them, if he manages to collect three consecutive plates of the same color, then they are vanished and his score increases. The project mainly tickles the OOP Cocepts using Java Design patterns.Design patterns used: MVC ( Model View Controller), Factory, Singleton, Object pool, Dynamic Linkage, State and Observer. Don't forget to add xstream libraries to ensure correct compilation for the code