-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the Unearthed wiki!
Unearthed started as a week long hack project for Coke and Code using the KenneyNL graphics for voxel art on 19th June 2023. The first post was here on Twitter
Kenney suggested it become open source, so here it is. Ready to be played with. Contributions are coming in from all sides!
This projects is always open to new contributions from bug fixes to feature adds to complete new renderers. We do ask you don't rewrite everything in one go, that makes it pretty hard to absorb.
- Try to follow the coding standard in the file you're modifying.
- Try to keep things simple - people can use it as a way to learn then
- Before putting a lot of time into a change check in on Discord and have a chat!
The game is intended to be modding so a modding framework has been added. You can find some documentation on modding over on the Modding Page
Theres also a list of the examples for install over here: Mod Install Page
And Kenney has created some cool mods over here: Kenney's Mod Page
The game can be read as a standalone server by running the game in headless mod. This is running a browser in headless and disabling some game features. Setup information is over at Server Setup