Hello!
I'm working on a web browser/javascript game! My first rendition (link removed to prevent confusion) is written in vanilla javascript.
I am currently porting it to p5.js though, so that version isn't being updated, you can find the new one at
It's a very basic game where you're a saucer in space, trying to eat stars to stay alive. You're slowly dying over time sustaining yourself, so you must constantly eat more stars. You can use WASD or your mouse (click to move the player the direction of your cursor) to move. Beware though, there are black holes! They have gravity as well, so fly by with caution.
I'm curious to see high scores and hear your thoughts!
I'm working on a web browser/javascript game! My first rendition (link removed to prevent confusion) is written in vanilla javascript.
I am currently porting it to p5.js though, so that version isn't being updated, you can find the new one at
It's a very basic game where you're a saucer in space, trying to eat stars to stay alive. You're slowly dying over time sustaining yourself, so you must constantly eat more stars. You can use WASD or your mouse (click to move the player the direction of your cursor) to move. Beware though, there are black holes! They have gravity as well, so fly by with caution.
I'm curious to see high scores and hear your thoughts!
In no particular order:
- Made background stars move
- Made black holes more common
- Added neutron stars
- Fixed music elements overlapping
- Fixed player not growing
- Made black holes scary
- Added loading bar
- Slowed player down a bit
- Made OSD toggle-able
- Adjusted preload sequence
- Added resume button to pause screen
- Added Player names
- Added mini-map (only shows edible stars)
- Added author (self) notation
- Re-purposed arrow keys to media control
- Resized map by 30%
- Moved health indicator to player body
- Made background stars move
- Made black holes more common
- Added neutron stars
- Fixed music elements overlapping
- Fixed player not growing
- Made black holes scary
- Added loading bar
- Slowed player down a bit
- Made OSD toggle-able
- Adjusted preload sequence
- Added resume button to pause screen
- Added Player names
- Added mini-map (only shows edible stars)
- Added author (self) notation
- Re-purposed arrow keys to media control
- Resized map by 30%
- Moved health indicator to player body
Last edited:
