Decent Hexajon

Decent Hexajon... Not Quite Super Hexagon
Decent Hexajon... Not Quite Super Hexagon

Imagine being a point. As a point, you feel like all the sides are out to get you. Then you realise you’re existing within a shape and you can only move in two directions. Welcome to the world of Super Hexagon.

In my first two weeks of university, I built a clone of Super Hexagon using Processing. All students had to create something over the two weeks to demonstrate the skills they had learnt. This acted as an introduction to programming in Java, since Processing is built atop Java but makes it easy to learn vital programming concepts.

Screenshot of Super Hexagon
Screenshot of Super Hexagon

You could say I have an addiction to the original game. I’ve put in over 30 hours of play time to the simple geometric twitch/reflex based game, and due to its simple premise, it only made sense for me to recreate it when given the chance to make something fun.

Screenshot of Decent Hexajon
Screenshot of Decent Hexajon

The game is very similar, however it has many creases due to the time limitation of the project. For example, I initially only planned for one difficulty, so adding the menu and difficulty selection was somewhat bodged on. I only thought of including the leaderboard the evening before the project was due, so its implementation is not as clean or safe as it could be.

Another problem you may notice is that the game does not include patterns of obstacles like the original does. I would have liked to add these, but hadn’t planned on doing it from the beginning, so trying to add structure to how obstacles were spawned proved to be very challenging. If I were to create it again, I would keep this in mind and use better OOP practices to form obstacles.

My version of the game can be found on my GitHub, so please feel free to give it a go. However if you do enjoy the game, please support the original developer and purchase the game. I assure you, it is much better than my clone, and can be purchased on Steam, iOS, Android, Blackberry, or from the official website. You will not regret your purchase.