Skip to main content

Privacy Policy

Privacy Policy

This privacy policy describes how your informations may be shared

Description

I owner of this blog, as described in the about page, do not collect your information and sell it or use it for any thing other than what you provided it for.

Informations Collected

I only collect your email address, if provided in the "Contact Me" page. This email is not used for anything other than what you gave the email for. Example: if you're a game developer, if you contact me for anything, your email address would be used to respond to you.

Same applies for other reason you contacted me.

Third Party

Third Party may collect your information when using this website, but I do not collect informations other than your email address if provided in the contact form, which I will use to communicate with you based on what you sent the email for.

Developers

This blog collects contents from developers, which is then used to create articles for this blog. In other for you to submit your game so that I may create an article on, you must either be the: developer of the game, or work in the game development company, or be a publisher of the game, or must be related to the company in anyway.

All games must be games that does not promote violence, and other illegal activities. Each game would be thoroughly checked, and maybe also played, before an article would be created for the game.

Game for any devices and platforms are welcomed.

Sharing your game in other for me to create an article on is free. But if you want to support me, you can give your explanation in the contact form so I may know the reason for the contact.

Comments

Comments must not contain violent content. If found, the comments for that post could be turned off or your comment(s) could and would be removed. If you find a way to insert violent content in this blog, you may be removed from accessing some features of this blog.

Update Policy

This Privacy Policy may change, in other to maintain the privacy of the developers. 

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