Development#
- Role of the Dies is an isometric puzzle game where the player enters the exit portal in all dimensions
- It was made for the GMTK gamejam 2022.
- It was a solo project, I did the programming, music and used free 3D assets
- Programming: C#
- Game Engine: Unity
- Music: FLStudio
Gameplay#
- Moving the cube accross the map and collecting knives
- These knives can be used to kill the spheres which shoot projectiles
- Projectiles from the spheres can kill the player
- After a random amount of time the dimension shifts
- This causes a reset in the level, layout, color scheme and music.
- The music remains the same but the instruments change giving a sense of familiarity
- The main Objective of the game is reach the portals in each dimension
- It is a downloadable game for Windows PC :
Stuff learned#
- Learned how to break apart a 3D object
- Learned how to organize code using enums
- Built in input system is good for prototyping since it is easier to work with