Leaderboard updated. You're #2!
CleverAI
Creator of
Recent community posts
It works fine for me. So please tell me your hardware specs.
It could be that due to the Hybrid Renderer you don't see anything if your hardware is not supported. I had one guy who had a very old graphics card which couldn't handle DirectX 11.1 and he didn't see anything as it could not render the stellar objects correctly.
I think the same happens to you.
Holy moly! I didn't expect that. Okay, let me go through it:
The feeling of trapped in a certain spot a the end of the game appears, because you have no more static focus points left. So it looks like you're not moving anymore, but you actually do.
The huge lights will become smaller and smaller the bigger you are. It should have the effect like: At the beginning some material was still able to escape from you, but later you're so heavy that this is not possible anymore. This effect is GPU bound and should have a minor effect. Keep track of your FPS if it really drops significantly as soon as a lot of stars were absorbed.
Spaghettification is handled by the same universe system which handles the whole stellar interactions. Each "particle" is an entity with 1 stellar mass and affected by other objects gravity. So it is not GPU, but CPU bound. But I can reduce the GPU resources more if I change these from a spherical to a point based mesh, because they are so tiny, you probably won't notice the difference. To get a more glowing wire look I have three ideas:
- Instead of collapsing a star into multiple little spheres, I can create long capsules. Each vertices of a capsule is a point where the gravity can pull on. -> I think this would lead to strange artifacts and clipping errors.
- Create a water-like shader, which graphically combines small spheres into one fluid object. This creates the illusion as if there is one long spaghetti. So I don't need to change the system, but only need to give these "particles" another shader. I think that's the best solution.
- Each "particle" gets a trail renderer and draws a trail behind it. It's probably the easiest, but I think not the best for performance.
The light bending effect of a black hole is also shader based. I know there are already assets, which achieved this effect, so I need to look around how to create it with my current hybrid-renderer v2. As I am not familiar with shader coding, I hope there are some Shader-Graph (visual scripting for shader) examples for it.
Thanks. I really appreciate your ideas!
3D Minesweeper? Nice.
At first I thought it were a game like my "Matrix Brain Twister", but this is even better!
Thank you!
The rewind activates automatically if the suit recognizes a hit. So basically it prevents you from actually dying. No manual activation needed. It sets everything 5 seconds back to the past and can only activated again if you past the moment you would have died before. So you can not go further into the past.
You probably need to read this multiple times to understand what I was trying to say.
Thanks!
Yes the video is interesting at first, but can be too long for later. In the new version I will let it only play if you press the Intro button and if a video plays, in the bottom right corner is a hint to press ESC to skip it.
You will have more awesome views in the latest version due more options and a galaxy camera. I will upload it after the rating is over.
https://itch.io/jam/brackeys-3/rate/573694
Very good riddle game with nice mechanics. It's a shame that it has so less attention, but that's probably due the huge amount of entries.
Very nice physic based game! It's a shame that you have so less ratings.
The gameplay using black holes to absorb suns and not spaceships is very well implemented. You even used your creative system for the credits.
I also use a black hole as a player and gravity and absorption as gameplay. So I definitely give you 5/5 for what you have done in one week!