Fly Game

Fly Game 2D was my first major milestone in programming. The project taught me some of the basics to Java rendering pipelines and really was the major turning point in programming for me.

The project inspired me to continue learning Java development with the hope of someday being able to program some higher level software.

It was simply your typical scroller, where in this case you were a fly and had to click to fly and release to glide. This project introduced me to some of the fundamental game programming techniques that I still use today in my work. For example game loops and some simple geometry and if statements.

The main reason for me posting this, is to draw attention to the incredible series of tutorials by thenewboston. It was these that made this, my first graphical project, possible and led to my love for code to grow.

Share


Leave a Reply

Your email address will not be published. Required fields are marked *