Add hero banner to README
parent
c68430b083
commit
997e6cab6c
|
|
@ -7,6 +7,8 @@
|
||||||
Steer a probe in space by placing black holes, collect stars, and survive a
|
Steer a probe in space by placing black holes, collect stars, and survive a
|
||||||
continuous stream of hazards.
|
continuous stream of hazards.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
[Play the web version!](https://gravitysurfing.sandvich.xyz)
|
[Play the web version!](https://gravitysurfing.sandvich.xyz)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -30,8 +32,8 @@ continuous stream of hazards.
|
||||||
|
|
||||||
- You control a probe that moves continuously through a side-scrolling world
|
- You control a probe that moves continuously through a side-scrolling world
|
||||||
- Black holes/gravity wells bend the probe trajectory with inverse-square pull
|
- Black holes/gravity wells bend the probe trajectory with inverse-square pull
|
||||||
- Gravity meter limits how often you can steer aggressively
|
- Consume energy meter to place black holes
|
||||||
- Stars restore meter and increase run score
|
- Stars restore your energy meter and increase run score
|
||||||
- Asteroids and out-of-bounds movement end the run
|
- Asteroids and out-of-bounds movement end the run
|
||||||
- Null zones disable gravity influence and force repositioning
|
- Null zones disable gravity influence and force repositioning
|
||||||
|
|
||||||
|
|
@ -40,7 +42,7 @@ continuous stream of hazards.
|
||||||
- `enter` - start run (menu), retry run (death screen)
|
- `enter` - start run (menu), retry run (death screen)
|
||||||
- `Esc` - Close game
|
- `Esc` - Close game
|
||||||
- `m` - toggle mute
|
- `m` - toggle mute
|
||||||
- `left click` - place/use player gravity black hole (if you have enough meter)
|
- `left click` - place/use player gravity black hole (if you have enough energy)
|
||||||
- `right click` - clear active player-created black holes
|
- `right click` - clear active player-created black holes
|
||||||
|
|
||||||
## 🛠️ Technology Stack
|
## 🛠️ Technology Stack
|
||||||
|
|
@ -106,9 +108,9 @@ continuous stream of hazards.
|
||||||
|
|
||||||
3. **Play and survive**
|
3. **Play and survive**
|
||||||
|
|
||||||
- Left click to place/use gravity black holes when meter allows
|
- Left click to place/use gravity black holes when energy meter allows
|
||||||
- Right click to clear player-created black holes
|
- Right click to clear player-created black holes
|
||||||
- Collect stars to refill meter and increase score
|
- Collect stars to refill energy meter and increase score
|
||||||
- Avoid asteroids and avoid leaving the screen bounds
|
- Avoid asteroids and avoid leaving the screen bounds
|
||||||
|
|
||||||
### 🌐 Web/WASM Build
|
### 🌐 Web/WASM Build
|
||||||
|
|
@ -156,7 +158,7 @@ continuous stream of hazards.
|
||||||
tactical placement
|
tactical placement
|
||||||
- **Procedural spawning**: stars, hazards, and null zones spawn based on scroll
|
- **Procedural spawning**: stars, hazards, and null zones spawn based on scroll
|
||||||
position
|
position
|
||||||
- **Event-driven feedback**: collectible, meter, and death callbacks keep
|
- **Event-driven feedback**: collectible, stats, and death callbacks keep
|
||||||
systems loosely coupled
|
systems loosely coupled
|
||||||
|
|
||||||
## 🗂️ Project Structure
|
## 🗂️ Project Structure
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue