FacebookLinkYouTubeLinkedIn

Element

Element is a 2D, pixel art, match 3 puzzle game inspired by games such as Candy Crush and Jewel Quest.

Download game

Project Overview 

Element was a project designed to enhance my programming skills. 

 UI Design

I constructed the UI design and functionality to be straightforward, where you get points for every tile you destroy with a cascading effect.

The cascading effect means you get rewarded more points when you destroy tiles that, in turn, destroy more tiles.

 Bomb Design

Element’s bomb functionality design is inspired by Candy Crush with four types of bombs: adjacent, colour, column and row.

Adjacent bombs destroy all adjacent tiles, colour bombs destroy all tiles the same colour, and column and row bombs destroy all tiles in that column or row.

Adjacent bomb design  

 Colour bomb design  

Column and row bomb designs  

 Skills Used

·       Programming (C#)

·       Pixel Art

·       Level Design

·       Unity

Reflection

This project was designed to use previously competent skills such as art and UI design, allowing me to focus on improving my programming skills.

What went well

·    The project fulfilled my goal of learning new types of code.

 

·    The game also allowed me to investigate and produce a score mechanic, which will be helpful in later projects.

What could be improved 

·    The project fulfilled my goal of learning new types of code.

 

·    The game also allowed me to investigate and produce a score mechanic, which will be helpful in later projects.

 In conclusion, this project addressed my initial goal; however, it would need the improvements above to be a sellable game.