Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Add the VIT-version
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiderson committed Aug 17, 2023
1 parent 31cf82e commit 297905b
Show file tree
Hide file tree
Showing 17 changed files with 1,111 additions and 4,961 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ Risk types effect the mission probability.
| Type | Failure probability |
| --- | ----------- |
| 🚫 Engine error | 3% |
| 🛤 Trajectory failure | 3% |
| 🚀 Separation error | 3% |
| 🗿 Asteroid | 10% + weather |
| ⛽ Fuel > 80% | 10% + weather |
| 📦 Payload > 80% | 10% + weather |
| 🚀 Separation error | (5 + weather)% |
| 🗿 Asteroid | (10 + weather)% |
| ⛽ Fuel > (80 - 2 * weather)% | 10% |
| 📦 Payload > (80 - 2 * weather)% | 10% |

Weather affects the probability multipliers.

Expand All @@ -52,22 +51,13 @@ Weather affects the probability multipliers.
| 🌪 tornado | 5 |

## End Game
The main goal is to deliver the cargo to orbit without fuel surplus.
A certain reward multiplier apply based on the fuel tank state.
If the player has lots of remaining fuel the delivery reward decreases.
The main goal is to deliver the cargo to orbit without fuel shortage.

| Fuel left | Multiplier |
| --- | ----------- |
| Fuel tank = 0 | Session reward * 1.7x |
| Fuel tank > 0 | Session reward * 0.5x..1.4x |

[Leaderboard]() is collecting results of previous rocket launches.
Session reward = payload * reward * altitude + remaining fuel

## ToDo
- [ ] Add Commit-reveal-scheme for registration phase;
- [ ] Gas reservation feature for autonomous regular sessions;
- [ ] Add PvP elements for the game;
- [ ] Implement speed formula;
- [ ] Build mission probability calculator for registration page;


1 change: 0 additions & 1 deletion contract/.binpath

This file was deleted.

3 changes: 0 additions & 3 deletions contract/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
*.binpath
.DS_Store
.vscode
target
.metahash
*.meta.txt
meta.txt
.binpath
Loading

0 comments on commit 297905b

Please sign in to comment.