Skip to content

An educational Final Fantasy-esque role-playing game where first, second, and third graders can explore a fantasy medieval setting and vanquish monsters through basic arithmetic math battles. My role on the five-person, two-month long project was to design the world layout and battle system in the Unity3D game engine using C# scripts. The main c…

Notifications You must be signed in to change notification settings

ly774508966/MathQuest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MathQuest

An educational Final Fantasy-esque role-playing game where first, second, and third graders can explore a fantasy medieval setting and vanquish monsters through basic arithmetic math battles. My role on the four-person, one-month long project was to design the world layout, battle system, and battle animations in the Unity3D game engine using C# scripts. The main concept for the battle system was that the player would select two actions that power levels added up to the health of the enemy. An over-calculation would result in a "miss" while an under-calculation led to the enemy attacking the player.

For insight into my battle system code, click HERE. The battle system consists of the following scripts:

    BattleSystem.cs (generic battle system)
    Final Boss Battle/FinalBossBattleSystem.cs (unique battle system for final boss)
    FadeOut.cs (for fading out when player dies)

I also dealth with persistence of data between scenes (shown through code in the BattleSystem.cs) as well as the design flow for the tutorial level.

If you would like to play the executable of my game, click HERE.

About

An educational Final Fantasy-esque role-playing game where first, second, and third graders can explore a fantasy medieval setting and vanquish monsters through basic arithmetic math battles. My role on the five-person, two-month long project was to design the world layout and battle system in the Unity3D game engine using C# scripts. The main c…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.9%
  • GLSL 33.2%
  • JavaScript 0.9%