is any of this actually in use?

This commit is contained in:
2025-12-26 22:56:38 -07:00
parent e37988d2f0
commit 44676aa33f
4 changed files with 1528 additions and 0 deletions
+2
View File
@@ -10,3 +10,5 @@ code, so issues are being tracked *in* the repo - here.
- [ ] Figure out how to integrate player movement with orbits instead of being separate modes of movement.
- [ ] Figure out a concept of spheres of influence based on body mass.
- [ ] Make finding a closest object BY sphere of influence so that orbits are a bit better instead of JUST distance. (Basically, it's higher mass reduces "distance" when sorting. Maybe just do `distance - mass` because that's a quick and dirty way to have something working. Except my mass values I think are very large, so maybe `radar_size` or something between is a better scaler. Although I want mass and size not directly related so it SHOULD be based on mass.)
- [ ] Need to rewrite with very basic generation - 2/3 planets in random orbits that don't conflict.