etzl / among-stars

Simple game in terminal
GNU General Public License v3.0
0 stars 0 forks source link

Collision detection #14

Closed etzl closed 2 years ago

etzl commented 2 years ago

Better algorithm for collision detections. Right now only bullets will collide with an enemy or the player, maybe the player and enemies should collide with each other too

etzl commented 2 years ago

Player and enemy collisions fixed in #20. closing for now...