This is a small game that I made around 2019. I've long since abandoned it but decided to update the information surrounding it since it's one of the few projects I've been happy with.
A small 2D top-down sandbox game written in C# and using Monogame. there's a WIP inventory system and you can place and destroy blocks in the world.
GUI was rendered using Myra
Originally the code was written in Visual Studio on Windows in 2019. Currently I'm using visual studio code, Vim and a few other cli programs to edit this together
World generation is created using Open-Simplex noise. Originally I was planning on using my own implementation of Wang-tiles to render connected textures
All the textures in the game other than Lucas from the Mother series were made by myself
The Game was inspired by the Mystery Dungeon Series and Factorio. You can see this in the design document in the git repo





