Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 373 Bytes

What is this ?

It's an MVC implementation of the AMSTRAD CPC "Oh Mummy!" game, written with pygame.

alt_text

The code :

  • the mummies movements are define via strategy pattern.
  • each scene of the game are object sharing same interface and are managed by a SceneLoader