Skip to content

Releases: YariKartoshe4ka/Space-Way

2.3.0

01 Jun 14:13
Compare
Choose a tag to compare

Music update (2.3.0)

Guide for updating

Changes

  • Added first sound, music now can be enabled in settings
  • Improved the system for detecting collisions between ellipses: moving away from the geometric method to the algebraic one (solving a polynomial of the 4th degree)
  • The border around all captions is increased
  • Some scenes have been reworked:
    • Changes in settings scene:
      • Were added new button for enabling/disabling music
      • Now you can change volume of effects and music
      • Removed the difficulty selection button
      • Hints now appear above all buttons (on hover)
      • Nick input got strict rules: you can use only the English alphabet and some special characters
    • Changes in table scene:
      • Nicknames and account are now dynamically centered in two columns
      • For the 1st, 2nd and 3rd places, the score is displayed in a special color (gold, silver and bronze, respectively)

Thanks to

  • Arthur Karimullin @KarimullinArthur (new contributor) for writing background 8-bit sound

2.2.0

15 Dec 14:36
Compare
Choose a tag to compare

Android & Hitbox update (2.2.0)

Guide for updating

Changes

  • Improved collision detection system (added Ellipse hitbox)
  • Rewrote the headpiece scene (some graphics changes)
  • Added support of Android (for 5.0+ versions)
  • Tests have been written to reduce the number of bugs
  • Fixed some bugs and mistakes (#11, #12, #13)
  • Refactoring and small acceleration was performed

2.1.0

01 Oct 11:33
Compare
Choose a tag to compare

FPS update (2.1.0)

Guide for updating

Changes

  • Now FPS is regardless and you can change it by self without problems (default is 60 FPS)
  • Pygame has been updated to version 2.0.2.dev2
  • Fixed some bugs and mistakes (#2, #3, #6)
  • Small refactoring and optimization has been performed

2.0.1

09 Jul 15:29
Compare
Choose a tag to compare

Patch update (2.0.1)

Guide for updating

Changes

Backend
  • Patching bug that, in case of defeat, the player was shown your score: 0, regardless of the score scored

On PyPI Space Way will be released under 2.0.3 version

2.0.0

01 Jul 18:07
Compare
Choose a tag to compare

Big backend update (2.0.0)

Guide for updating

Changes

Backend
  • Сhanging the project structure from script to module
  • Deploy to PyPI (will be released under 2.0.2 version due to some troubles with publishing)
  • Big refactoring: adding a lot of mixins, creating collection.py and config.py files, code documentation
  • We won't update Space Way automatically, now we will only display a notification about a new release and you will have to install it according to the instructions above
    • Adding button to settings, which disables this notification
Gameplay
  • Now the boosts will spawn REALLY randomly
  • Now you can catch several boosts at the same time, even of the same type

1.3.1

27 Dec 12:19
Compare
Choose a tag to compare

Patch release

  • Fixing bug with updater (after updating it crashed, instead of run Space Way)
  • Fixing bug with background (intermittent movement instead of smooth)
  • Simplifying SpacePlate logic (now jump image is genereting from idle image and flame image)
  • Small changes in the headpiece scene
  • Small acceleration

1.3.0

24 Dec 13:38
Compare
Choose a tag to compare
  • Adding difficulty system (you can change it in settings menu)
  • Changing space plate physics (beak effect)
  • Adding mirror boost (flip space plate)
  • Fix bug of sounds (sounds are not interrupted by other sounds)
  • Optimization, acceleration, error correction

1.2.1

06 Sep 14:20
Compare
Choose a tag to compare

Changes

  • Fix bug with updating
  • Small acceleration

1.2.0

03 Sep 09:09
Compare
Choose a tag to compare

Changes

  • Big refactoring, adding mixins and compliance DRY
  • Adding new type of asteroids, which will be appear if you current score more than 20
  • Now you can change color of plate by clicking screen in lobby
  • Adding gui for updater
  • Optimization, acceleration, error correction

1.1.0

13 Jul 13:04
Compare
Choose a tag to compare

Changes

  • Adding a boost system
  • Bug fixes