1 | | Space isn't empty, or at least it isn't in our game. We need particles, small asteroids, fog and whatever else you can think of. Implement this in a good looking AND performant way. There has to be some randomness (we don't want to add 10000000 particles to the level), but it has to follow several rules to create different ambiences (heavy red fog, asteroid fields, ...). |
| 1 | We want our space to be fuller, more exciting, there should be a lot of objects obscuring sight, providing cover and serving as spots to hide behind or ambush an enemy from. |
| 2 | |
| 3 | Space isn't empty, or at least it isn't in our game. We need particles, small asteroids, fog and whatever else you can think of. Implement this in a good looking AND efficient way. There has to be some randomness (we don't want to add 10000000 particles to the level), but it has to follow several rules to create different ambiences (heavy red fog, asteroid fields, ...). |