RGB

 RGB

Introduction

RGB is a color code. It is used to represent how much "Red, Green, and Blue", is in a color. RGB starts its Value from 0 to 255. The values for each color is usually separated by a comma (,) or a semicolon (;). The color is usually represented as RGB (255,255,255), RGB (255, 0, 0). If all values are "0", the color would be "Black", if all values are "255", the color would be white, then if a (one of the) value is "255", the color would either be "RED", "GREEN", or "BLUE", depending on the position of the value.

This kind of value (color code) is used in a lot of applications, from painting apps, on your devices, to many other applications. Some applications, do not use semicolon or comas to separate there values, instead, the use text input, for you to input your own value for each color (RED, GREEN, BLUE), which will then be computed to bring out another color, or a desired color.


About

RGB color game, is a game based on the RGB color value, which starts from “0” to “255”. This game idea source has not been released anywhere else, except it would now.

This game is based on a game idea similar to this one. The game idea was gotten while learning to code in JavaScript. As a tutorial, we created a similar game. This game has similar interface with the original, but a lot of this was changed, as there was no functionality as changing Moods (Easy, Normal, and Hard). Many other functionalities, like saving scores, adding Sounds and Music, saving volume, for both sound and music, and lots more.


This game was not created with a complete programming language, but with an engine called “Gdevelop”. The game was developed within the Gdevelop Game Engine, which is a HTML game engine, built around JavaScript (and other languages).

This game would bring you more into knowing different colors and there value in RGB Format.

Conclusion

RGB color system is a very useful color system. It is used in a lot of applications, most especially in Web development. In Web development, in CSS, this color system goes one step forward by adding “a”. The “a” stands for “Alpha”. This way, you can set the Alpha, or opacity of a color, and set it just right, the way you want. The format of the RGB color code becomes “rgba(255,255,255,1)”.The alpha value are usually from “0” to “1”.

RGB game is the first game I have released since I got my first PC, sometime in August 2023 Thanks to @izaky.

Hope you enjoy reading this post!

Also, have fun Playing!!!

Download RGB


Please 🙏 Share this blog post

Thank you

Comments

  1. I dont want this anywhere near me, and is a waste of good frontpage space that could so easily be my game all instead and then you are at least keeping standards, homie. Check out my creation!

    ReplyDelete

Post a Comment

Popular posts from this blog

Isolated Intellect

The Dark Room

Game of Life Editor