vishwesh07 / The-Halloween-Game

The Halloween Game - CMPE202 - Pioneers ----- To play the game click here ==>
https://halloween-night.herokuapp.com/
0 stars 5 forks source link

Enable world bounds, upgrade resolution and difficulty level #79

Closed rutvikpensionwar closed 6 years ago

rutvikpensionwar commented 6 years ago

As a game player, there should be a player available to start and play the game. As a game player, I should be able to move in the play area. As a game player, I should be able to jump As a game player, I should be able to die in specific scenarios As a game player, I should be able collect the collectibles. As a game player, I should be able to see my score. Update movements to limit with world bounds, update resolution of game.

Out of scope:

Definition of done: Player able to move in play area. Player only moves within world bounds on left and right direction. Player cannot move beyond world bounds except when the player is jumping above the top bound.

  1. I need to set world bounds for the player so that he doesn't move left/right beyond the world. He may go beyond world limits only in up and down directions.

  2. I need to upgrade resolution to 3000*1400 so that we can include more sprites (enemies and platforms) to increase difficulty level for both Levels (1 & 2).

rutvikpensionwar commented 6 years ago

World bounds added for both the levels. Increase the world width to include more sprites and enemies.