Dybedahl / roguelike-python-game

0 stars 0 forks source link

Collision Detection #3

Open Dybedahl opened 1 month ago

Dybedahl commented 1 month ago

Implement collision detection for preventing the player from moving through walls or obstacles

Dybedahl commented 1 month ago

Does the player take damage from certain collisions? Implement fall damage?