Skip to main content

Posts

Showing posts from September, 2023

Zurvivor Base Defense

Zurvivor Base Defense   Introduction: Remember all those zombies’ movies? Why stop there? Well many developers are creating games based on this horror story. The game we would review today is a Single player, strategy, survival, and RPG game. And the game is called Zurvivor Base Defense. This game is full of zombies’ and your mission is survival. Gather, and collect items, plus defend yourself, against the zombies. About Zurvivor is a Defense, were you need to battle against multitude of zombies. This game would creep you out, most especially as the zombies appear unexpectedly. As usual, in zombie movies, your mission is survival. Nothing changes about the goal in this game, except you try to survive the zombies, while you gather and collect resources. Within the immersive confines of this enthralling gaming experience, players find themselves thrust into a gripping world of survival, where hordes of relentless zombies relentlessly assail their fortified bases. In "Zur...

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. This game wa...