Lunar Calender And Spatial Caculation
Welcome to my blog for my game development process. Here I will discuss various game design concepts I've been working on to extend the functionality of Rock-Paper-Scissors. Latelly my games have been shifting more into wrapping everything around a Lunar Calender: your characters and enemies stats, and later the spider's stats, will be incrementally or decremented based on the flow of a Lunar Calender.
This particular calender is a paired down calender reduced to Seven main phases. Once I have the illustration up, I'll update sketches I've done to go further into that concept.
I also finally got this space calculator, where I can get results like:
The size of the planets is 39062500000000 radius.
The size of the moons is 6250000 radius.
The size of the stars is 244140625000000000000 radius.
The size of a blackhole is 1525878906250000000000000000 radius.
The distance between planets is 228310502.28310502 miles.
The distance between moons is 684931506.849315 miles.
The distance between stars is 11415520 miles.
The distance between blackholes is 3805170 miles.
The total size of the space shuttle is 5 feet.
The total size of the space station is 1000 feet.
The total size of the satalite is 100 feet.
The minimum space between shuttles is 50 feet.
The minimum space between stations is 50 feet.
The minimum space between satalites is 50 feet.
The size of the planets is 39062500000000 radius.
The size of the moons is 6250000 radius.
The size of the stars is 244140625000000000000 radius.
The size of a blackhole is 1525878906250000000000000000 radius.
The distance between planets is 228310502.28310502 miles.
The distance between moons is 684931506.849315 miles.
The distance between stars is 11415520 miles.
The distance between blackholes is 3805170 miles.
The total size of the space shuttle is 5 feet.
The total size of the space station is 1000 feet.
The total size of the satalite is 100 feet.
The minimum space between shuttles is 50 feet.
The minimum space between stations is 50 feet.
The minimum space between satalites is 50 feet.
And Baysian probabilistic:
[:planet_radius, 0.07142857142857142]
[:moon_radius, 0.07142857142857142]
[:star_radius, 0.07142857142857142]
[:blackhole_radius, 0.07142857142857142]
[:distance_between_planets, 0.07142857142857142]
[:distance_between_moons, 0.07142857142857142]
[:distance_between_stars, 0.07142857142857142]
[:distance_between_blackholes, 0.07142857142857142]
[:spaceshuttle_size, 0.07142857142857142]
[:spacestation_size, 0.07142857142857142]
[:size_of_satalight, 0.07142857142857142]
[:minimum_space_between_shuttles, 0.07142857142857142]
[:minimum_space_between_stations, 0.07142857142857142]
[:minimum_space_between_satalights, 0.07142857142857142]
[:planet_radius, 0.07142857142857142]
[:moon_radius, 0.07142857142857142]
[:star_radius, 0.07142857142857142]
[:blackhole_radius, 0.07142857142857142]
[:distance_between_planets, 0.07142857142857142]
[:distance_between_moons, 0.07142857142857142]
[:distance_between_stars, 0.07142857142857142]
[:distance_between_blackholes, 0.07142857142857142]
[:spaceshuttle_size, 0.07142857142857142]
[:spacestation_size, 0.07142857142857142]
[:size_of_satalight, 0.07142857142857142]
[:minimum_space_between_shuttles, 0.07142857142857142]
[:minimum_space_between_stations, 0.07142857142857142]
[:minimum_space_between_satalights, 0.07142857142857142]
Now the actual math behind this might be inaccurate, but that's why I implemented a way to change the base numbers. I'm going to keep tweaking stuff like this while fleshing out some of the other functionalities I'm working on to make Yumemoire more like a modern text adventure.