GavinCopley / testing

Apache License 2.0
0 stars 0 forks source link

All Interactions Team Pull Requests #2

Open GavinCopley opened 8 months ago

GavinCopley commented 8 months ago

Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/127 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/125 (Me) Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/100 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/98 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/96 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/76 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/63 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/51 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/37 (Me) Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/34 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/30 Pull Request https://github.com/nighthawkcoders/game_levels_mp/pull/11

GavinCopley commented 8 months ago
Personal Accomplishments Helping Others Bugs/To-Do
Added an intro screen: This allows people to understand the basic controls of the game if they haven't played games before Helped Zafeer with: Adding sounds for Goomba death and Mario death Mario randomly dies when touching any part of goomba
Developed plans for the interactions team Helped Ryan with: Customizing the intro screen, adding screens between the levels Maybe making the in-between screens independent levels
GavinCopley commented 7 months ago

Fixed Goomba and player collision and added a bounce when Mario touches the top of the goomba

Files Changed Fixed Goomba Collision With Mario Added Bounce When Mario Lands on Goomba
GameEnv.js - Added variable "invincible"
- Added variable "goombaInvincible"
- Added variable 'goombaBounce'
Player.js - Remade collision detection with goomba
- Now uses goombaCollision function when referencing Mario death
- Has function that subtracts 125 from
y when variable is true
Goomba.js - Makes Mario invincible after goomba dies to allow time for
animation to play
- When Goomba is stepped on, changes
variable to true
Other - Commented out many 'console.log's in various files
- Added Goomba changes to FlyingGoomba.js