Monster Moon
banner
monstermoongames.bsky.social
Monster Moon
@monstermoongames.bsky.social
An indie game studio consisting of 2 devs with a 9 hour time difference. Creators of Mind’s Eye Macrogolf. Marrow Marrow coming soon!

Wishlist Marrow Marrow: https://store.steampowered.com/app/4040710/Marrow_Marrow/

monstermoon.io
Marrow Marrow is a high-intensity parkour shooter for VR! Use your dash and grapple claw to traverse levels while dodging enemy attacks. Compete for the best score in daily and weekly ranked runs.

store.steampowered.com/app/4040710/...
October 28, 2025 at 9:25 PM
The "Director" entity has the master timeline that controls when each actor starts playing and also controls the movement of both the camera and the camera target. In this clip, the camera switches targets halfway through in order to follow the ball directly once it is on the top platform.
September 3, 2025 at 10:23 PM
Actors have a list of instructions, executed in sequence either instantaneously or with a delay.
The methods used by the actor to turn, aim and shoot are the same that are normally used by the player. This is incredibly useful as it allows us to play a "mock run" ourselves and record our actions.
September 3, 2025 at 10:23 PM
While lots of engines have built in timeline or animation tools, developing our own system allowed us to customize it to our exact needs and tastes.
This clip demonstrates the use of our "Actors", essentially a player object with a script attached to call methods at specific times.
September 3, 2025 at 10:23 PM