Land of Dran - Open Source Block Building Game

Started by
0 comments, last by Syerjchep 4 months, 1 week ago

Pardon me as I try and post this topic without a preview feature, and edit the markdown/bbc code as needed.

I've been working on an open source block building game since January, "inspired" by the game Blockland but most people might compare it to Roblox.

It prioritizes easy modability and building. It uses Lua as a scripting language for the server and you can prompt clients to download modded content upon joining.

You can easily build structures and drivable vehicles out of bricks.

It has tools and a combat system.

It is made without an engine in the C++ library and uses entirely cross platform libraries.

Its working title is Land of Dran.

Day night cycle:

https://streamable.com/pyuqx8?src=player-page-share

Explosion test:

https://streamable.com/x599qp?src=player-page-share

Driving car with lights test:

https://streamable.com/mngvg0?src=player-page-share

Creating a car out of bricks:

https://streamable.com/uhg8j6?src=player-page-share

help the resize knobs dont appear on media embed :|

Client repo:

https://github.com/SorpoBlock/Land-of-Dran-Client

Server repo:

https://github.com/SorpoBlock/Land-of-Dran-Server

Forum, and game downloads:

https://dran.land

Discord:

https://discord.gg/ncNT29Bcrx

This topic is closed to new replies.

Advertisement