algosup / 2023-2024-project-2-x86-retrogaming-team-4

Second project of 2023-2024 year which aims recreating a faithful Pac-Man clone in assembly x86 using DOSBox 🕹️
Other
10 stars 0 forks source link

[Test Case 7] Pac-Man Collision [2023/12/08] #61

Closed thomas-planchard closed 10 months ago

thomas-planchard commented 11 months ago

Description

It's sometimes a bit complicated to change direction because the space available for Pac-Man is too small. Pac-Man stops moving when the player presses the "UP" key when there is a wall above Pac-Man.

Severity

3 - Medium

Version

v0.2

System informations

Platform: MACOS VENTURA DOSBox 0.74-3

Steps taken

  1. Start the game
  2. Move toward a intersection

Expected result

The player must be able to negotiate intersections with ease. It must be fluid to enhance gameplay.

Workaround or solution

I recommend implementing a key buffer to manage this.

Other

No response

Malo-Archimbaud commented 11 months ago

I have a beginning of something, but some it's not working for some corner yet

MaximeAlgosup commented 10 months ago

Closed with pull request #68