iivchenko / tower-defense-sandbox

Yet another project to learn game development and functional paradigm.
MIT License
1 stars 0 forks source link

Implement Entity Provider #7

Closed iivchenko closed 4 years ago

iivchenko commented 4 years ago

There is a necessity that turret can find an enemy. So for the beginning I guess I will provide EntityProvider. So each entity(turret, enemy, bullet) can enumerate other entities.

This is not looks like a good SRP but for the beginning it is okay.

IMG_20191209_155622