Kenjor97 / KriticGamesProject

2D platform Videogame , side scrolling, cartoon style, set in a medieval world where the protagonist will have to overcome the different obstacles to defeat his enemy
MIT License
6 stars 1 forks source link

Implement Player Game Mechanics #28

Closed Jason450 closed 6 years ago

Jason450 commented 6 years ago

Basic game mechanics functional and testable.

Power Ups

EXPECTED RESULT:

Player should do all of these mechanics, must be functional and testable.

Mechanics implemented in this script CharacterBehaviour.cs Ranged Attack Projectile script ProjectileBehaviour.cs

Jason450 commented 6 years ago

Double Jump implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/60136719f5083f11935daca018e981c8dd32a7cc

Jason450 commented 6 years ago

Crouch implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/43a40bf10087b758ecd483cf81d75e87b45aa581

Jason450 commented 6 years ago

Climb Ladder implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/26a87bd62b0e94bd3d8f5a915f85a78ac9fa2197

Jason450 commented 6 years ago

Provisional Wall Jump implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/72ea170827b50d99ee7c10f802d9a9a14e8e1aaf

Jason450 commented 6 years ago

Provisional Dash implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/c28a2162f15f0f4ae9cf279b24eb3721a191f33d

Jason450 commented 6 years ago

Improved Dash functionality in this commit https://github.com/Kenjor97/KriticGamesProject/commit/f68dbac9914adc6bee39d5b1055b066176ec78db

Jason450 commented 6 years ago

Player Attack implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/7cdcc53eb05a7ebec466e7b8c0525dae0d581064

Jason450 commented 6 years ago

Player Ranged Attack implemented in this commit https://github.com/Kenjor97/KriticGamesProject/commit/e1d31d97628ff47f4260b9a9d40f0077776db49f