Skip to content

Releases: GalaxyShad/Pascal-Sonic

1.0 Release - 2023 rework

07 Dec 20:03
8e4db60
Compare
Choose a tag to compare

2023 Rework of Pascal-Sonic

In this reworked version of Pascal-Sonic, I have made several enhancements and improvements to the game. Here are the key features of the new version:

  • 360-degree Movement:
    Players can now move Sonic in any direction, giving them full control over his movements.
  • Image-based Collisions:
    Collisions are now based on the game's image, where a pixel with an alpha value of 0x00 is considered empty. This allows for more precise and accurate collision detection.
  • High-speed Movement:
    Sonic can now reach high speeds, adding an element of excitement and challenge to the gameplay.
  • Jumping:
    Players can make Sonic jump, allowing him to overcome obstacles and reach higher platforms.
  • Sound Effects:
    The game now includes sound effects to enhance the overall gaming experience.
  • Spindash:
    Sonic can perform the iconic spindash move, providing a burst of speed and momentum.

Full Changelog: early-build-2017...1.0

Original 2017 build

07 Dec 19:56
Compare
Choose a tag to compare
Original 2017 build Pre-release
Pre-release

This version of Pascal-Sonic was developed during my early exploration of object-oriented programming when I was 15 years old. It served as my first introduction to the concepts and principles of object-oriented programming.