CaptainCoderOrg / CapMan

A Pac Man Inspired Game for Learning and Fun!
3 stars 4 forks source link

feat: Implement slow enemy movement in tunnels. #38

Closed jcollard closed 6 months ago

jcollard commented 6 months ago

Adds and closes #15 .

Added a SlowTile to the Elements for board creation. EnemyActors by default will have a speed modifier of 75% when traversing SlowTiles.