top of page

BULLFROG BLITZ

ROLE

Game Programmer

DESCRIPTION

This is a game in a 5 man team consisting of 3 game artists and 2 game programmers.

For school we had to make a twin-stick shooter and lots of ideas were thrown around and one of them was a frog in an exosuit fighting communist rats on a space station.

YEAR

2023

GENRE

Twin-stick Shooter

PLATFORM

PC

CONTRIBUTION

PLAYER CONTROLS

Screenshot 2024-03-04 231851.png

I made features for the player like walking, dashing, shooting and switching weapons. In this section you can check out some code snippets! In this I learned quite a lot to make a top down player controller. All of it is in C# and made in Unity.

Click me to see the code!

SHOTGUN PELLETS

I am very proud of the shotgun due to the fact that the shotgun shoots multiple pellets and in a cone. This is my first weapon that shoots multiple bullets at once.
Of course I made multiple weapons like the pistol and the SMG​

Click me to see the code!

WIN SCREEN


One of my favourite things I did was making the win screen with the models that the artists made. I liked putting all the stuff together to make a good win screen.

bottom of page