Comment by halftheopposite

21 hours ago

Working on two topics that I like : browser multiplayer games and experiences, and tools for developers (mostly used in my side projects).

First game is https://geocentric.top where users can sculpt a planet collaboratively and place trees or houses (for now very limited). I plan on making it an idle sim where players will be able to interact by dropping some food/events for the creatures on it to evolve through time.

Second, a remote logger/metrics/user management tool where once can track all their logs, live metrics, uptimes, identify users, etc. I hope to have a v1 during this first quarter and I'm currently my first user as I have it hosted at https://app.getboringmetrics.com to centralize all my side projects into a single platform.

> https://geocentric.top/

This is really fun. Always a fan of any game that shows other people in real time

  • Thanks! This is also what I love doing as realtime games are something like 90% of my side project. This was a real fun prototype to create as everything regarding terrain is done through shaders (even user cursors). Will soon add a way for people to plant "flags" with small texts that you can highlight.