Rookie Awards 2024 - Open for Entries!
Mouse Quest - Programming
Share

Mouse Quest - Programming

by VicenteFerrandis on 21 May 2022

This is one of my favourite projects and games I made: Mouse Quest. Mouse Quest is a turn-based RPG. You will have to defeat all the enemies with your 3 characters, they have different abilites and stats. All that this project has, animations, scripts, assets, has been made by me. Developed in Unity with C#.

0 638 0
Round of applause for our sponsors

Here is a video showing the game:

Screenshots of the game:

Now I will show some of the code of the game.

First, this is the script that allows to the corresponding character to play its animation when a button is pressed:

There are 4 scripts, one for each enemy, here I will show the boss AI because is the more complete one:

Here is the script that manages Alice, the mage mouse, one of our characters:

This is the last script i will post.

In this one, the characters stats are assigned when the "Start Battle" button is pressed.


Comments (0)

This project doesn't have any comments yet.