News & Patch Notes

Stay up to date with the latest changes, features, and announcements.

Hello World!
March 09, 2026

Hello World!

Hello and welcome to the Buildaria website! This is the very first post in the blog. Most posts will be updates on the development status of the game so make sure to check back often!

Read More
The WORLD is ALIVE!
March 09, 2026

The WORLD is ALIVE!

Thats right.. the world is alive! It may be basic at this point but we actually have a world and character to run around.. cant wait to see whats to come!

Read More
📰
March 09, 2026

User login and session up!

Yea so I just finished the backend API system that handles login authentication and sessions. Now you can register your account via the website or from inside the game.. then login and start a session. The session is to keep you logged in while playing so you dont have to re-login everytime you have a server interaction such as cloud saves and marketplace interactions and global achievements etc.

Read More
Sun and Moons and Day/Night Cycle!
March 09, 2026

Sun and Moons and Day/Night Cycle!

Buildaria now has a realtime Sun, Moon, and a second Moon(Blood Moon). they traverse the sky with the speed of their actual cycle. The full day/night cycle is 24 minutes(i chose this for easy conversion in my head 1 minute = 1 hour). The sun takes 14 minutes to cross the sky. Then the standard Moon takes 8 minutes and then the second moon, Blood Moon, takes 2 minutes. The Blood Moon starts at witching hour so be careful.. things change :)

Read More
Mining! The world is your playground!
March 09, 2026

Mining! The world is your playground!

It may not look like much but we can now mine blocks out of the world! Because its a 2d game and not as user friendly as 3d where you would just walk over an item and grab it or point and click.. we have limited space so instead of loot from mining laying there.. it will actually go directly into your inventory. Anyway, mining works.. the world is your playground!

Read More
Block placement.. BUILD YOUR WORLD!
March 09, 2026

Block placement.. BUILD YOUR WORLD!

Just got block placement working.. now the world REALLY is your playground! Break it, build it! Currently you can place a block anywhere, there are no rules but thats not going to last haha.. stay tuned!

Read More
Pointer selector..
March 09, 2026

Pointer selector..

No big deal but now the block your mouse is over is highlighted so you dont accidentally break or place the wrong spot.. will be likely changing to an outline or translucent mask eventually.

Read More
BIG UPDATE - WORLD GEN!
March 09, 2026

BIG UPDATE - WORLD GEN!

Ok this one took a minute but we now have the procedural world generator working! what that means is the worlds are made based on "seeds" like some other "craft" games you may know of(where its the same world everytime when you use the same seed).. however, our seed system is unique in the way that you can use words and sentences instead of just numbers.. you can also use just numbers if you want but hey we cant fix your boringness lol(yes we like using made up words sometimes, get used to it;) <- and this isnt just a smiley.. its a dual purpose smiley and end parenthesis, yw. Anyway, the world gen is a little basic for now its just creating a random terrain and rolling hills and valleys that has grass on top(that you can walk thru), then a couple layers of dirt, then stone to the bottom of the world.. eventually it will be way better but this is a start and im pretty proud of it!

Read More
UI / HUD / GUI in game
March 09, 2026

UI / HUD / GUI in game

What game doesnt have a user interface? Yea i dont know of one either.. anyhow now Buildaria does! we have text coords.. a health bar.. an inventory box, a toolbar, and a msg window for chat and system msgs. Pretty basic for now.. not sure the direction im going to go with it yet but its there! and that little blue square is a fake inventory item placeholder for testing.. i can grab it and drag it into other slots, wow!

Read More