Looks good. sounds good.
Brandon194
Creator of
Recent community posts
I actually wanted to throw multiple things out of the truck that could end the run if it hits you, but medical issues prevented me from doing alot of things, that penguin was actually a test sprite to get things working and I was going redo it like the title screen, and throw particle effects in and things.
I appreciate the feedback! :)
A couple ideas I had but I couldnt think of a way to make them fun.
- You work in a factory, you have to monitor the machines that frequently break
- There's an AI trying to navigate a maze, you can manipulate the maze to help them get through
- a security guard allowing Robots (AI) into the building, disabling traps, alarms, etc.
I planned to have every character usable (so you could play as the ghost for example) but due to time restraints I only got one implemented for the player. Each character was going to have different abilities and some cost more than others.
in the code there's also 120 different dice you can add and was going to be like Across The Obelisk, where you get 3 and can choose one to add to your dice pool.
But that's what happens when you overscope. 😅
No indication of when you win, the cinematic camera is nice for a cutscene but not for actual gameplay.
You can parent the dice to a platform to make the character move with the platform
public void OnCollideEnter(Collider collider){ if (collider.tag("Ground")) transform.SetParent(collide.transform); }
So I was just checking when the next Ludum Dare will be and it looks like it might be running at the same time this one is. I dont know if you want to post pone your jam for a week, but it might be beneficial due to one of the biggest jams running parallel to it.
oh a Pygame! Although, after unpacking I cant seem to launch it. Ran it from the command line after installing Pygame fine.
If you have python install pygame it might work a little smoother.