The date is approaching fast and we’re making preparations. Don’t miss out!
DagenDagen
UurUur
MinsMinuten
Sec.Seconden
An Undertale Boss fight
This game... I just wanted to make a game in Unity xD, since I never had touched it before... I needed a game to start. So I took the Undertale main fighting mechanic, since I was really hooked on that game at the time, and I tried to replicate it! I also needed a boss, so for fun, I made the boss one of my favorite YouTubers "8-Bit Ryan". Then I just upload it on Gamejolt for fun!
My Role: Game Developer, Programmer, Artist
Development Time: 3 months

Since this was my first Unity game first I had to learn Unity... I watched the Brackeys "How to make game tutorial" series and after I learned some basics I started doing this game! The assets are straight from the Undertale files just took them and change the colors a bit, but I did draw some assets by hand. SFX and music are from the internet.

To copy Undertale first I need the basic movement script (Up,down,left,right). I will also be using that same script for the heart, for the boss fight.

Scene Manager is golden in this game! The hole boss fight and its phases is done through it even the 4 random attacks and the chat that you can do with the boss!

The Player attack system I changed cause I didn't know how to copy it from Undertale so I made my own thing! You gotta press 5 buttons quickly to do damage!

The Boss attacks 1 of 4 attacks that he has and he has 4 phases. In each phase his 4 attacks get stronger and harder to avoid! (All of this takes place on the Scene Manager)

Health bars where very simple to make. Just a 2 simple sliders. You can remove and points to them. The add points was also an extra help to make the healing items!