a

Michael Andonie

2021-06-01

Announcing Gnomebrew

Hunting ancient artifacts, venturing through unknown lands, facing daring encounters, saving villagers in need...

This and more is what your patrons will discuss while you're serving them up in the fantasy tavern you manage in Gnomebrew, an idle game that has you on a mission to grow your small tavern into the hottest location in the multiverse!

I will develop Gnomebrew - at least to some level of completion - and document the game's development in devlogs.

Gnomebrew Title Card

Gnomebrew Title Card

My Motivation

Gnomebrew is a passion project. I'm personally driven to work on because I seek:

Open Source

I will manage the entire project open-source. I feel personally indebted to the open source community for its amazing technologies; many of which are essential for me to develop the game in the first place. Additionally, I have no incentive (other than monetization) to keep the code secret.

I will manage the project's source files in a public GitHub-repository which are published under GNU GPL License.

Monetization

Monetization can greatly affect a game's design, especially if the product's revenue generation is intertwined with the mechanics.

I would like to keep Gnomebrew 'pure' to a maximum extent:

Additional Constraints

Constraints enable more focused design work by reducing the decision space. Here are contraints for Gnomebrew that I'm already clear on:

No behavioral player conditioning

Especially in mobile games, elements like daily rewards have become a staple. They facilitate habit forming of players and generally aim to increase 'engagement'. As an idle game, Gnomebrew implicitly asks players to 'come back to play' in between play sessions because idle progress happened in the meantime. This is the only incentive Gnomebrew provides for logging in.

Everything happens server-sided

Gnomebrew's logic and mechanics will run on the server. Players interact through atomic transactions with the server.

Players interact with atomic requests. The magic happens on the server

Players interact with atomic requests. The magic happens on the server

This enables Gnomebrew to keep 'working' for the player even when they are logged off (as game timers just keep running independently of the player's login-state).

Additionally, this minimizes my efforts to ensure integrity; the only way to interact with the game will be the atomic transactions, which are significantly easier to hack-proof compared to an entire game logic loop running on the user's machine.

just a dumb meme

just a dumb meme

Project Scope

Gnomebrew is a project that comes with a broad scope. I will probably write logs that touch on:

Certainly, more topics might pop up during development (I have a feeling Economics will be one them. I'll try to keep future devlogs focused on individual topics as much as possible.

And with this, Gnomebrew's preamble is as complete as can be. Now it's time to get to the drawing board...

The beginning of a development journey