On Together
I'm making a mod for the game On Together. In On Together you just.. hang out with people, usually on the beach. You meet all sorts of cool people doing all sorts of things: co-working, studying for exams, doing chores around the house. And you do them together! I've been hanging out in there for the past month working on various personal projects.
My mod:
- has a custom map: a cozy bar at the top of a rainy Tokyo skyscraper
- streams an internet radio I set up from radio.co
- includes a pool table!
This is my first time making a mod for a game and I'm learning a lot!
- I don't like C# or Unity very much; I much prefer Godot and gdscript
- how to reliably sync and interpolate objects with low bandwidth (pool table)
- how to work with AI without the codebase evolving into slop
- I gotta get scope creep under control