Skip to content

Releases: stellar/fca00c-asteroids

v5.0.0

31 May 18:51
81fe489
Compare
Choose a tag to compare

v4.0.0

03 May 19:46
7155f11
Compare
Choose a tag to compare

v3.1.0 – ⛽

21 Feb 14:22
07c281f
Compare
Choose a tag to compare
  • Allow fuel to go to zero (but not below) (07c281f)

No leaderboard resets will be made for this change.

v3.0.0

19 Feb 12:17
977e4c8
Compare
Choose a tag to compare

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)
    christopher-walken-one-shot

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

17 Feb 18:16
0d6f1a3
Compare
Choose a tag to compare

v2.1.2

17 Feb 16:08
a311555
Compare
Choose a tag to compare
  • Just some minor README cleanup (a311555)

v2.1.1

16 Feb 21:58
9ad9f5f
Compare
Choose a tag to compare

Nothing to see here

Well okay

One small thing

  • Reset the budget for the fca00c_fast test (9ad9f5f)

v2.1.0

16 Feb 21:15
a94f7d3
Compare
Choose a tag to compare

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 and test-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.

⚠️ Due to that first bullet point which is a game engine contract update I'll need to flush the Cheap leaderboard. (I'll leave the Fast and Out of Control leaderboards)

v2.0.0

16 Feb 14:01
0f79aae
Compare
Choose a tag to compare

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 current Direction

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

v1.0.1

16 Feb 01:03
c723eff
Compare
Choose a tag to compare

Already!? Geeze, guys...

What's Changed?