Project Type: University Project
Software Used: Unreal Engine, MagicaVoxel
Language Used: Unreal Engine Blueprint, UMG.
Primary Role: Asset design and Gameplay Programming
Github link: https://github.com/SugarCow/ProjectTypopatamus
Typopotamus an endless tower defense typing game where the player defends against waves of enemies with the help of various power-ups. The game has no end goal but to survive as long as possible against increasingly difficult enemy waves. At the end of each round, the player is presented with a selection of three random power-ups to choose from to help them in the next round.
Demo:
This is a simple AI behavior tree for the enemies.
For the BP_Task_Go_To_Player, the enemy simply locate the player and execute the AI Move To function.
This is the control set up for the game.
If the character input the correct character of a word belonging to a targeted enemy, the character will be deleted from the word.
Each enemies will have its own word and its size and attack power will depend on the length of the word.
This is the material set up for the fireball BP.
The homing target function is responsible for setting the correct target based on the name of the enemy.
This is the even tick of for BP_Player. For every tick the game will check if the player is dead, if true the the game over widget will be created and displayed.
Below are few of the widgets used for the user interface:
Level Setup:
All of the assets of the game are created in MagicaVoxel:
Back to Top