Releases: stellar/fca00c-asteroids
v5.0.0
v4.0.0
Update game to the Soroban Preview 8 Release
https://soroban.stellar.org/docs/reference/releases#preview-8-april-4th-2023
v3.1.0 – ⛽
- Allow fuel to go to zero (but not below) (07c281f)
No leaderboard resets will be made for this change.
v3.0.0
Another day another game breaking bug! 🙄
- So it turns out you could re-initialize the game engine 😱 So you could just set the asteroid reward to 100 instead of 1. Oof. (33e063e)
Obviously a pretty broken bug so we'll be resetting all but the Fast
leaderboard. HOWEVER, due to being a bit later in the game we're going to try something new as we've been storing submitted WASM files where we rerun all the contracts and if they don't pass due to this bug we're going to remove that entry from all the leaderboards.
v2.1.3
v2.1.2
v2.1.1
v2.1.0
What's Changed?
- Fixed a game engine bug when finding the center of galaxies far far away (a94f7d3)
- Added a test that uses the compiled contract
.wasm
file. (3732332) - Included two test commands in the Makefile:
test-fast
andtest-budget
. (14c08d2) - Added a new "Compiling Your Contract" section to the README. (015062d and dd7f752)
- Described the new
p_dir()
function in the README. (43328fe) - Fixed an error in coordinate math inside README. (5174428) (#1)
- Added information on backend runtime limitations. (fbd8a69)
- Various minor fixes, clarifications, etc.
Cheap
leaderboard. (I'll leave the Fast
and Out of Control
leaderboards)
v2.0.0
What's Changed?
- Shooting now properly decrements fuel. Previously it was free 😱
- You can now only upgrade once. Previously there was no cap on this resulting in the ability to eventually get all fuel costs down to 0 which was not our original intent for this method
- We added a
p_dir
function for returning your ship's currentDirection
This is quite obviously a major change which will likely require some alterations to previously valid solution contracts. As we already have a few completions on the leaderboard we will proceed as follows:
- All Fast bucket entries will remain as they are. Congrats on playing the game you were given vs the game you were told about. Kudos!
- The remaining two buckets Cheap and Out of Control will be reset to empty as of the timestamp on this release and everyone will be required to resubmit. Given the snapshot for determining the prize allocation for both of these buckets is not taken for some time this seems like the most fair course of action.
Thank you for your patience and for reporting bugs as you've found them! Keep an eye on this space for any more adjustments and enjoy the ride out there in the cosmos