Assignment 2 of COMP4300 from Dave Churchill
This is my resolution for Assignment 2 of COMP4300 youtube lesson link -> https://www.youtube.com/watch?v=OmzU_-zbE7o&list=PL_xRyXins848nDj2v-TJYahzvs-XW9sVV&index=7
SFML VERSION : 3.0.0
Design pattern: ECS
Config file: Player: Shape radius, collision radius, speed, fill color, outline color, outline thickess and shape vertices Enemy: Shape radius, collision radius, min speed, max speed, outline color, outline thickness, min vertices, max vertices, small enemy lifespan and enemy spawn interval Bullets: Shape radius, collision radius, speed, fill color, outline color, outline thickness, shape vertices, lifespan