McBikan / EP-Desarrollo

0 stars 0 forks source link

Creación de un segundo snake #3

Open McBikan opened 3 weeks ago

McBikan commented 3 weeks ago

As a desarrollar de videojuegos I need crear un segundo snake con un diferente diseño y color So that el usuario tenga disponible 2 diseños de snake

Details and Assumptions

Acceptance Criteria


Given the game is running  
When the player completes a level  
Then the next level is loaded with increased difficulty

Given the player is on a level  
When the player reaches a specific score or time limit  
Then the difficulty of the level increases (e.g., more enemies, faster enemies)

Given the player fails a level  
When the player retries  
Then the difficulty may be adjusted based on previous attempts
McBikan commented 3 weeks ago

Creación del segundo snake completo