Releases: YariKartoshe4ka/Space-Way
Releases · YariKartoshe4ka/Space-Way
2.3.0
Music update (2.3.0)
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)
- Changes in settings scene:
Thanks to
- Arthur Karimullin @KarimullinArthur (new contributor) for writing background 8-bit sound
2.2.0
Android & Hitbox update (2.2.0)
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
2.0.1
Patch update (2.0.1)
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
Big backend update (2.0.0)
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
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
- 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
Changes
- Fix bug with updating
- Small acceleration
1.2.0
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
Changes
- Adding a boost system
- Bug fixes