Space Invaders
This project is a recreation of the classic arcade game Space Invaders, developed using C# and object-oriented programming principles. The architecture leverages several essential design patterns, including Composite for managing hierarchical game objects, Observer to handle collision events and state changes dynamically, State for managing distinct game scenes (Play, Select, and Game Over), Command for encapsulating actions such as sprite animations, movement, and scene transitions, and Singleton for centralized management of game entities and resources. The gameplay mechanics involve animated aliens, randomized UFO movements, projectile management, scoring systems and progressive difficulty adjustments, all structured cleanly for maintainability and scalability.
Google Drive Link : https://drive.google.com/file/d/11b7q8GnUZXJA5cfx5F9O1IzfZcS5zDhU/view?usp=sharing