https://github.com/atennop1/swampattack
A Swamp Attack clone designed to hone my coding skills
https://github.com/atennop1/swampattack
game game-2d game-dev game-development gamedev games swamp-attack unity unity-development unity-game unity-game-dev unity2d
Last synced: 6 months ago
JSON representation
A Swamp Attack clone designed to hone my coding skills
- Host: GitHub
- URL: https://github.com/atennop1/swampattack
- Owner: Atennop1
- License: mit
- Archived: true
- Created: 2022-09-15T18:20:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T14:52:22.000Z (over 2 years ago)
- Last Synced: 2025-03-12T14:49:48.472Z (7 months ago)
- Topics: game, game-2d, game-dev, game-development, gamedev, games, swamp-attack, unity, unity-development, unity-game, unity-game-dev, unity2d
- Language: C#
- Homepage:
- Size: 8.72 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swamp-Attack




## 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](https://github.com/Farid357) for help in some moments :heart: