Arena Slash is an Action Role Playing game developed at Forsbergs School by a team of Game Programming students
Development time: One month, start of December to 9th January excluding holidays
Genre: ARPG Action Role Playing game
Platform: PC
Team size: 5
Engine: Unity 6
Language: C#
During the project, I've worked on a multitude of User Interface and UX features for the game, such as a minimap, player health bar, and experience bar as well as main menu, pause menu and game over UI elements.
Another thing I've worked on is programming where I've implemented everything from data management for the player's health, experience and leveling using Scriptable Objects inside Unity.
I've also done all the necessary programming to get everything from main menu, pause menu, animated UI elements fully functional in-game.
I've also programmed a line renderer to generate a line that shows the walk path the player character will take to reach the destination the player clicks to move the character to. This was done through a raycast.
A third thing I'd like to highlight is my work on a dialogue system inside the game that features animated text dialogue.
I've also worked on the games level design and post-processing to make the game truly shine.
Development time: 2 Weeks
Language: C
Platform: PC (Console-based visualization using Raylib)
Uses depth-first search (DFS) with backtracking to generate a randomized maze.
The algorithm renders in real-time using Raylib for simple 2D display.