Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

85 lines (51 loc) · 2.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Transitions between screens.
  • Screen shake effect.
  • Tint the screen red when the player dies.

Changed

  • Save data now uses the .dat extension.
  • The player movement is faster.

1.1.5 - 2024-02-08

Added

  • Reworked the asteroid sprite, now with 3 variants used randomly on gameplay.
  • Simple keyboard control on the main menu.

Changed

  • Replaced the icon with the new asteroid sprite with a 2px thick outline.

1.1.4 - 2023-12-14

Changed

  • Now the bundle with Gosu-MRuby-Wrapper uses the fused way of loading.
  • Just a little patch version to use a newer version of the Gosu MRuby Wrapper. Along with improvements the executables are now striped, so the size is significantly reduced, enjoy!

1.1.3 - 2023-11-18

Added

  • Animation for when the player is moving.

Changed

  • Now the player ship properly blinks when invulnerable.

1.1.2 - 2023-11-02

Another quick patch to fix a really small bug, I'm a dummy sorry.

Fixed

  • Destroying small asteroids (the really small ones) doesn't give any score at all.

1.1.1 - 2023-11-02

Quick patch to fix a little something.

Fixed

  • Score was saved regardless of whether it was a highscore or not.

1.1.0 - 2023-11-01

Added

  • Sound effects (both in-game and for the menu).
  • Display game version on menu screen.
  • Collisions with asteroids now both destroys them and gives score.
  • Highscore is now recorded and saved.

1.0.0 Jam - 2023-10-22

This is the version presented for the Gosu Game Jam 5.