Ask HN: What are you working on (September 2024)? 2 years ago
Making a voxel game type thing where the entire game is defined by the server, the client is only a renderer, avoiding all specific game logic. Very much like Minetest in its goal I believe, just simpler. I've seen a few people say they miss minecraft beta 1.7.3 so I'm currently(just started) implementing something inspired by that as a proof of concept. Looking for people to collaborate with :)
Main repo: https://github.com/formulaicgame/fmc Contains the client and a library for implementing servers. Game implementation: https://github.com/formulaicgame/FMC-Beta