Skip to main content

About

Hi there, welcome to Indie Games Blog. I am Lifted-King, I run a studio called Liki Studios. Were I create my own games by my self, and maybe with little help from anywhere or anytime I need help.

Indie Games Blog is a blog were developers give me there content to share with the World for free. As a small game developer, there are a lot of challenges in creating games, when that's done, you need to publish them, and after that, you need find people to play your games. And that's what many of us game developers are facing. So why not create a blog to showcase some games created by we small game developers? And that's what this blog is for. I created it for game developers like me to find new players.

As a game developer, you can just give me your game background, descriptions, logo, screenshots, images, videos, links, articles, etc, for me to post it on this blog for free. Thats just what I need from a game developer, I am always looking for contents to post in this blog, so your contents as a game developer, is highly welcomed.

Feel free to contact me for any game related post, or anything related to game and it's development. You can contact me by clicking "More>Contact me" link above, or the "Contact Me"  link below.

Contact Me

Popular posts from this blog

The Art of Artisanal Specialized Creation

At Moxazza Games , we live and breathe artisanal creation. To us, every project is more than just a game; it’s a carefully constructed masterpiece, where innovation meets craftsmanship. From the smallest pixel to the most complex narrative arc, we pour care, precision, and creativity into every detail. Our philosophy is simple: games should not just be played; they should be experienced. That’s why we challenge ourselves to push the boundaries of what's possible, creating worlds that captivate the imagination, stories that linger in the heart, and gameplay that feels like second nature. In a sea of mass-produced content, we stand apart. We are the artisans of gaming—dedicated to quality, innovation, and an undying commitment to creating something truly remarkable. The Moxazza Legacy Moxazza Games is more than a company; it’s a movement. A movement that values originality, artistry, and the courage to dream big. We aim to redefine the gaming experience, delivering titles that are no...

Halloween Night: Pumpkin Match

Formalities Welcome to Indie Games Blog. Let's discover more games and bring them to light (by sharing what you enjoyed from here of course). So today, let's talk about Halloween! Halloween!! Halloween!!! I actually got chills from this game, but that doesn't mean anything, I mean come on, am not that scared in reality :) am usually cool - I think. Now that we are here, Lets unveil the chilling secrets behind Halloween Night Spoiler alert: there are actually no secrets :| So, why not call your friends out, let's get the chills together, and have fun for once? Or maybe twice, or more times? Either way, Let's dive in. Game Description Halloween Night is a spooky puzzle game for windows, which allows it's players to get into the spirit of Halloween (spookily). And so, This Halloween season, face your biggest fear, in this ultimate pumpkins match. Features • 2d and 3d switchable views • Adjustable windows resize mode - toggle full screen • Adjustable and slidable mu...

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...