The Singularity by spwizzard

The Singularity is a game about the beginning of the universe. You start as a small particle in the great expanse of space. Absorb other particles to increase in size and mass, and work your way up to becoming the only thing left in the universe!
Contributors: - ShroudofDark: Art and Assets - Spwizzard: Programming
Controls: - Mouse Movement: Aim the camera - Left Mouse: Propel yourself forwards (Away from the camera) - Right Mouse: Propel yourself backwards (Towards the camera) - Escape: Exit the game
Tools Used: 3ds Max Photoshop Unity Visual Studio Code Git
This was my first LD, and Shroud's second. We're turning this in early because we both have to work tomorrow.
The game's done once you can absorb the big nebula you see from the beginning. Hope you like it anyways!
Ratings
| Given | 4🗳️ | 4🗨️ |
It's really difficult to work out if you're moving, or how far away things are. I think you need A LOT more objects in the scene (debris or rocks or whatever) so that you've got reference for which direction you're moving. I saw something in the distance, and I couldn't work out if it was getting closer or not because it was so far away. When I finally got to it I just went straight through it.
If you're able to explain what my first steps should be, I'd like to give this another go.
Holding the left mouse will add forward force in the direction your camera is looking, right mouse will add force in the opposite direction. You can absorb items of the around the same size as you or smaller. Given this information when you first start off as the diamond particle you can absorb the other smaller pink ones floating around if you get close enough to collide (this has been noted to us already to be pretty difficult). You'll grow in size if collect a particle and a sound effect should play.
You exert gravity on objects so it should help by pulling them closer or they will orbit off of you. Once you start gaining mass by eating the pink particles it should be a bit easier to collect them as you exert more gravity. Eventually you will reach a mass where you can collect the smaller gas clouds, then the asteroid varieties, then finally a moon sized object. Those items will begin spawning when you get close to being able to absorb them. If you run through an object or get ejected out of it, it means you were too small. You transform into the objects you eat as well once you gain the mass/size that represents the object, except the gas cloud.
We never got around to making a system to identify objects that are bigger than you to absorb, so we thought it would be unfair for the object to "kill" you, so that is why you can basically fly into it.