top of page
Search

Made a Balloon popper prototype while completing basic two online courses with it.

  • Writer: Adam House
    Adam House
  • Jan 24, 2023
  • 1 min read

Updated: Mar 23, 2023


Along with the Frogger clone, I made not too long ago to warm up my game dev skills, I decided to experiment with some simple C# coding to basically make a balloon popper prototype.

In this prototype, if you click 5 times on each green balloon, it will pop.


WHAT I LEARNED:

• A basic use of transforms with position, rotation, and scale.

• A reminder of how I can click on certain objects with a collider with the mouse.

• Variables with the same type can be nested into each other.

• A little more basic understanding of Metalness and smoothness for materials.


OVERALL:

It was a good warm-up.

Yep, that’s about it. Now time for more complex projects, like finishing the MANIACS game.


After I completed that simple Balloon Popper Prototype, I completed two Online courses along with it. Pretty basic stuff, but I am happy to add it to my collection of certificates of courses I completed.






 
 
 

Comments


bottom of page