top of page

Colour Picker (Alpha)

Colour Picker is a personal project I am currently developing for mobile systems. Colour Picker is a mobile game with a very simple premise, select the right colour! As expected it won't be that easy as levels are design to increase in difficulty with more colours to select from, quicker movement from the colour agents (as I like to call them) and less variation in the colours making select the correct one all the more challenging.

ColourPickerMain.png

The mobile app is currently in early development but many core features have been implemented, such as the ones stated above. The game will use a lives/guess based system, 3 guesses and you're done! I will also record the time it took a player to complete a level allowing for competitiveness and replayability in order to achieve quicker times. In order to add a new dynamic to the gameplay I will look to add bonus/challenge levels in order to keep the excitement and congratulate the player after completing a set number of levels.

​

Bonus levels I have in mind are:

​

  1. Reveal yourself! Colour agents will fade in and out giving the player a brief few seconds each pulse to guess the correct colour.

  2. I want that one! Instead of lives, the player will have a few seconds to select the correct colour from a set group of colour agents, after each correct guess the colour will change keeping the player on their toes!

  3. Don't pick me! Instead of selecting the correct colour, the player must select all the wrong colours in order to remove them, leaving the true colour at the end. This will be increased in difficulty by ensuring similar colours.

ColourPickerGame.png
ColourPickerGame2.png

Once all features are implemented and has successfully passed some rigorous testing I will flesh out the UI and other aesthetically features on it's road to become my first ever published mobile application! I have so much passion and energy to get this to that level as soon as possible. I hope you enjoyed to see my early developments, I will regularly update this page with my improvements. Any comments and feedback are welcome! Please view my 'About Me' page if you wish to do so.

Code Gallery

ColourPickerManager.png

Current functions of the Colour Manager script, this is the script used to generate a random colour and set that colour to a random agent within the scene. This will soon be optimised to allow for spawning of agents rather than set out within the scene already.

ColourPickerPicker.png

Current functions of the Colour Selector script, which current compares the selected colour of the chosen agent to the colour generated in the Colour Manager script. This will soon be changed to allow for tapping input rather than a mouse.

bottom of page