Rybo’s Adventure (Mario Clone)

Here is the Second Game called Rybo’s Adventure which is basically a Mario Clone with extra features like boss fight and different enemies with unique abilities to destroy player.

In this game I have implemented the six enemies i.e, frog, snail, beetle, eagle, spider, and Rock monster.

Each of the enemies have different implementations
1. Snail : in order to stun it first you have to either shoot with the bullet or jump on it, and then after it’s stunned you have to either push left or right or shoot again to kill it completely.

2. beetle : either shoot or jump on it to kill the beetle.

3. spider : Only shooting with bullet can kill it.

4. frog : frog jumps 3 times to the left and 3 times to the right and repeats after the cycle. Only shooting can kill it.

5. eagle : eagle carries an egg and if the player is detected under it then the egg is dropped on the player. only way to kill is to shoot it.

6. Rock Monster (Boss) : boss keeps throwing the stone at you and he will have 10 lives, and every time he loses one life he will be invincible for half a second.

All the enemies detect the player using Raycast placed on them.

Bonus Blocks and coins are kept as collectibles.

GitHub

https://github.com/d3stryr/Rybo.git

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.