Skip to content

Releases: Bavuett/breakout-java

Breakout in Java, v1.3

01 May 09:08
Compare
Choose a tag to compare

What's new?

Details about features introduced in this release can be found here.

Installing and running Breakout in Java.

Installing Breakout is very simple. Just run the "Install Brick Crusher.msi" file, and the Installer will automatically install the app for you.
A shortcut will be created in your Desktop. Double click it, and you're ready to play!

If you'd like to run the project without installing it (or you do not use Windows) read below.

Instructions to run Breakout without installing it.

  • Download the ZIP file below;
  • Extract it;
  • Run the .bat file inside the folder.

If Windows SmartScreen gets triggered, click on "More info" and "Run Anyway". No malicious code is executed when opening the file.
In case you'd like to check yourself, right-click the .bat file and click "Edit". This will open Windows Notepad.
Here you may read what the file does, and decide by yourself if you'd like to continue or not.

In case you want to launch it yourself, execute the command below with the Command Prompt open in the folder where the .jar file is located. This is also useful in case you want to run the project on an OS which is not Windows.

  java -jar --enable-preview Breakout-Java.jar

Breakout in Java, v1.2

24 Feb 15:26
Compare
Choose a tag to compare

What's new?

Details about features introduced in this release can be found here.

Installing and running Breakout in Java.

Installing Breakout is very simple. Just run the "Install Brick Crusher.msi" file, and the Installer will automatically install the app for you.
A shortcut will be created in your Desktop. Double click it, and you're ready to play!

If you'd like to run the project without installing it (or you do not use Windows) read below.

Instructions to run Breakout without installing it.

  • Download the ZIP file below;
  • Extract it;
  • Run the .bat file inside the folder.

If Windows SmartScreen gets triggered, click on "More info" and "Run Anyway". No malicious code is executed when opening the file.
In case you'd like to check yourself, right-click the .bat file and click "Edit". This will open Windows Notepad.
Here you may read what the file does, and decide by yourself if you'd like to continue or not.

In case you want to launch it yourself, execute the command below with the Command Prompt open in the folder where the .jar file is located. This is also useful in case you want to run the project on an OS which is not Windows.

  java -jar --enable-preview Breakout-Java.jar

Breakout in Java, v1.1

21 Feb 17:01
Compare
Choose a tag to compare

What's new?

Details about features introduced in this release can be found here.

Installing and running Breakout in Java.

Installing Breakout is very simple. Just run the "Install Brick Crusher.msi" file, and the Installer will automatically install the app for you.
A shortcut will be created in your Desktop. Double click it, and you're ready to play!

If you'd like to run the project without installing it (or you do not use Windows) read below.

Instructions to run Breakout without installing it.

  • Download the ZIP file below;
  • Extract it;
  • Run the .bat file inside the folder.

If Windows SmartScreen gets triggered, click on "More info" and "Run Anyway". No malicious code is executed when opening the file.
In case you'd like to check yourself, right-click the .bat file and click "Edit". This will open Windows Notepad.
Here you may read what the file does, and decide by yourself if you'd like to continue or not.

In case you want to launch it yourself, execute the command below with the Command Prompt open in the folder where the .jar file is located. This is also useful in case you want to run the project on an OS which is not Windows.

  java -jar --enable-preview Breakout-Java.jar

Breakout in Java, v1.0

19 Feb 18:17
09fc270
Compare
Choose a tag to compare

Installing and running Breakout in Java.

Installing Breakout is very simple. Just run the "Install Breakout.msi" file, and the Installer will automatically install the app for you.
A shortcut will be created in your Desktop. Double click it, and you're ready to play!

If you'd like to run the project without installing it (or you do not use Windows) read below.

Instructions to run Breakout without installing it.

  • Download the ZIP file below;
  • Extract it;
  • Run the .bat file inside the folder.

If Windows SmartScreen gets triggered, click on "More info" and "Run Anyway". No malicious code is executed when opening the file.
In case you'd like to check yourself, right-click the .bat file and click "Edit". This will open Windows Notepad.
Here you may read what the file does, and decide by yourself if you'd like to continue or not.

In case you want to launch it yourself, execute the command below with the Command Prompt open in the folder where the .jar file is located. This is also useful in case you want to run the project on an OS which is not Windows.

  java -jar --enable-preview Breakout-Java.jar