Skip to content

rRuseva/UnityHub

Repository files navigation

UnityHub

Projects for university course for game development.

***** Homework tasks *******

Homework 1 - Camera Follow You have a scene with a player that can move. You can use the scene from Ivans Unity Basics exercise for this.

The task is to write a script that will make the camera follow the player. Bonus points if you can make the following motion smooth.

Deadline 29.03.2020г.


Homework 2 - Ground Detection You have a scene with a ground plane and a player that can move. You can use the Homework 2 Base scene from Ivans Physics exercise.

The task is to write a script that lets the player jump. Jumping is allowed only if the player was previously on the ground (otherwise he would be able to jump to infinity).

Think of the edge cases when implementing the script. For example will it still work if the ground plane was sligtly tilted?

Deadline 29.03.2020г.


Homework 3 - Power-up Animation You have a scene with a small Mario that can move, jump and crouch. You also have a sprite sheet for big Mario, a question block, an empty block and a mushroom. You can find all these in Ivans Animation exercise.

The task is to

Have a question block that Mario can jump into Have the question block drop a mushroom Have small Mario eat the Mushroom Play an animation for becoming big Mario Deadline 10.04.2020г.


Homework 4 - Crouch Kick Counter You have a scene with a player character and an AI that can both fight each other. You also have sprites for a crouch and crouch kick animation. You can find all these in Ivans AI exercise. (Sprites are at GothicVania Church/Sprites/Player)

The task is to

Implement the crouch state Implement the crouch kick state Make the AI sometimes dodge and counter a player punch by crouching + crouch kicking Deadline 17.04.2020г.


About

Projects for university university course for game development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors