Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ SwampAttack Public archive

A Swamp Attack clone designed to hone my coding skills

License

Notifications You must be signed in to change notification settings

Atennop1/SwampAttack

Repository files navigation

Swamp-Attack

image

badge badge badge badge

About project

This project is Swamp Attack game clone. I am making this game on the IJunior course, but with a different, more flexible and good architecture without MonoBehaviours, static and etc. Trying to do clear OOP

In this game, you need to reflect the waves of minotaurs! You can buy new weapons in the store and buy ammo for existing ones. The game is still in development

Techniques

  • Project trying to use OOP, SOLID and maybe GRASP
  • Clean DI (no trash like Zenject, VContainer and etc.)
  • MV Arhitecture style, where model controls view
  • Composite Root

Tools

  • UniTask
  • Odin Inspector

Conclusion

This project helped me understand how much I did not understand OOP before, taught me how to make a flexible architecture, model the subject area, write tests, and much more. During development, I began to understand much more things than before, and this was my first step towards a real understanding of the great and powerful OOP. Thanks to my friend and colleague Farid for help in some moments ❤️