Skip to content

Releases: BlastyTheDev/PolygonBazooka

v0.0.3-alpha1

18 Aug 03:26
Compare
Choose a tag to compare
v0.0.3-alpha1 Pre-release
Pre-release

This release contains a "beta" of the ranked gamemode which is currently work in progress.

Changes

  • Added login and ranked websocket connection utility classes
  • Token saves in a token.txt if logged in
  • Added a ranked match screen, which is currently in use a a singleplayer mode that you shouldn't use
  • Removed soft dropping from ranked mode

Full Changelog: v0.0.3-alpha...v0.0.3-alpha1

v0.0.3-alpha

13 Aug 10:30
Compare
Choose a tag to compare
v0.0.3-alpha Pre-release
Pre-release

Changes

  • The game now has a main menu including:
    • Singleplayer mode (the currently implemented game)
    • Multiplayer mode (not yet available)
    • Config menu to change DAS, ARR, DCD, keybinds, which are saved in a preferences.txt
  • Added the ability to change controls and similar
  • Added the ability to forfeit in singleplayer by holding the forfeit key
  • Added default settings:
    • 150ms DAS
    • 100ms ARR
    • 0ms DCD (not yet implemented)
    • 100ms Soft Drop Rate
    • A to move left
    • D to move right
    • Right to rotate clockwise
    • Left to rotate counter clockwise
    • Up to flip
    • Space to hard drop
    • S to soft drop
    • R to retry
    • F to forfeit
    • Escape to pause (not yet implemented)
  • Removed clicking Escape to close the game as this may be annoying

Platforms

  • 64 bit Windows 7 and above. Tested only on Windows 11 23H2

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

07 Aug 07:21
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

MonoGame port

The game has been ported to MonoGame up to the same stage it was at on osu!framework. Development will continue from here using MonoGame instead of osu!framework.

Changes

  • The board's size and position is now dynamic depending on window size
  • The game is now written with MonoGame
  • Distributions are much simpler with just 2 dlls and an exe file, and a few resource config files

See the monogame branch's commits for a full changelog.

v0.0.1-alpha

03 Aug 07:26
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Changes

  • The game no longer crashes when the player tops out, but instead shows some "Game Over" text
  • Holding R for 1 second after topping out resets the game
  • Added Discord Rich Presence. This updates depending on whether you have topped out

Platforms

  • 64 bit Windows 7 and above. Tested only on Windows 11 23H2

MacOS and Linux are also supported, but I'm too lazy to compile for them right now. Linux distributions are guaranteed in the future as long as the game is supported.

Note: please check the previous release for controls: https://github.com/BlastyTheDev/PolygonBazooka/releases/tag/v0.0.0-alpha

Full Changelog: v0.0.0-alpha...v0.0.1-alpha

v0.0.0-alpha

02 Aug 09:57
Compare
Choose a tag to compare
v0.0.0-alpha Pre-release
Pre-release

First release of PolygonBazooka

This is an alpha release. It is not intended for production, but is a sample of the game while it's in its early stages.

Controls

Currently, the controls are hard coded to ease development. These are:

  • A: move falling piece left
  • D: move falling piece right
  • S: soft drop falling piece
  • Space: hard drop falling piece
  • Left: rotate falling piece counter-clockwise
  • Right: rotate falling piece clockwise
  • Up: flip/rotate falling piece 180 degrees

Platforms

  • 64 bit Windows 7 and above. Tested only on Windows 11 23H2

Full Changelog: https://github.com/BlastyTheDev/PolygonBazooka/commits/v0.0.0-alpha