Skip to content

Releases: ArneSchwettmann/ArnesBreakout

Arne's Breakout v0.23

24 Nov 04:00
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.11.3.

Features:

  • physics-based brick breaking game
  • up to two player simultaneous
  • hand-coded physics with freely movable player bat, (in)elastic collisions, gravity etc.

Player 1 controls with the mouse or gamepad 1 or wasd plus ctrl.
Player 2 controls with cursor keys plus shift for turbo, or gamepad 2 (any button is turbo).

A .love file for use with Love2D on any platform can be downloaded below. On many platforms, after Love2D is installed, you can double-click any .love file to automatically run the game. Pre-packaged executables for Windows (.exe installer), MacOS (.dmg installer file), and Switch (.nro file for cfw) are also available below.

Pre-packaged Android files (.apk package) are currently only available for a previous release, v20, which used Love 0.10. You can find those files here: https://github.com/ArneSchwettmann/ArnesBreakout/releases/tag/v20

To compile from source under Windows, simply drag the src directory onto Love.exe version 0.11.3. For more information on LÖVE, visit love2d.org.

Written by Arne Schwettmann

Copyright (c) 2013-2021 Arne Schwettmann

The above copyright holds for all material in this project that is not part of LÖVE or the libraries distributed with LÖVE. This program is not free software. Default copyright laws apply. See License.txt and Readme_License.txt in the zip file for more licensing details

Changelog

0.23:

  • Fix erratic movement on touch release on systems with touch mouse emulation

0.22:

  • Improved player 1 controls, can now use wasd+ctrl as well as gamepad or mouse
  • Added more mouse sensitivity choices
  • Changed some default keys, for example use escape instead of q for quit.

0.21:

  • Fixed all incompatibilities with latest Love 0.11.3.
  • Improved gamepad and touch controls (fixes controls on Switch)

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.22

23 Nov 02:54
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.11.3.

Features:

  • physics-based brick breaking game
  • up to two player simultaneous
  • hand-coded physics with freely movable player bat, (in)elastic collisions, gravity etc.

Player 1 controls with the mouse or gamepad 1 or wasd plus ctrl.
Player 2 controls with cursor keys plus shift for turbo, or gamepad 2 (any button is turbo).

A .love file of v22 for use with Love2D 0.11.3 on any platform can be downloaded below. On many platforms, after Love2D is installed, you can double-click any .love file to automatically run the game.

To compile from source under Windows, simply drag the src directory onto Love.exe version 0.11.3. For more information on LÖVE, visit love2d.org.

Pre-packaged executables for Windows (.exe installer), OS X (.dmg installer file), and Android (.apk package) are currently only available for a previous release, v20, which used Love 0.10. You can find those files here: https://github.com/ArneSchwettmann/ArnesBreakout/releases/tag/v20

Written by Arne Schwettmann

Copyright (c) 2013-2021 Arne Schwettmann

The above copyright holds for all material in this project that is not part of LÖVE or the libraries distributed with LÖVE. This program is not free software. Default copyright laws apply. See License.txt and Readme_License.txt in the zip file for more licensing details

Changelog

0.22:

  • Improved player 1 controls, can now use wasd+ctrl as well as gamepad or mouse
  • Added more mouse sensitivity choices
  • Changed some default keys, for example use escape instead of q for quit.

0.21:

  • Fixed all incompatibilities with latest Love 0.11.3.
  • Improved gamepad and touch controls (fixes controls on Switch)

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.21

22 Nov 05:50
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.11.3.

Features:

  • physics-based brick breaking game
  • up to two player simultaneous
  • hand-coded physics with freely movable player bat, (in)elastic collisions, gravity etc.

Player 1 controls with the mouse or gamepad 1.
Player 2 controls with cursor keys plus shift for turbo, or gamepad 2 (any button is turbo).

A .love file of v21 for use with Love2D 0.11.3 on any platform can be downloaded below. On many platforms, after Love2D is installed, you can double-click any .love file to automatically run the game.

To compile from source under Windows, simply drag the src directory onto Love.exe version 0.11.3. For more information on LÖVE, visit love2d.org.

Pre-packaged executables for Windows (.exe installer), OS X (.dmg installer file), and Android (.apk package) are currently only available for the previous release, v20, which used Love 0.10. You can find those files here: https://github.com/ArneSchwettmann/ArnesBreakout/releases/tag/v20

Written by Arne Schwettmann

Copyright (c) 2013-2021 Arne Schwettmann

The above copyright holds for all material in this project that is not part of LÖVE or the libraries distributed with LÖVE. This program is not free software. Default copyright laws apply. See License.txt and Readme_License.txt in the zip file for more licensing details

Changelog

0.21:

  • Fixed all incompatibilities with latest Love 0.11.3.
  • Improved gamepad and touch controls (fixes controls on Switch)

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.20

18 Mar 18:10
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.10.2.

Features:

  • physics-based brick breaking game
  • up to two player simultaneous
  • hand-coded physics with freely movable player bat, (in)elastic collisions, gravity etc.

Player 1 controls with the mouse.
Player 2 controls with cursor keys plus shift for turbo, or gamepad (any button is turbo).

Pre-compiled executables for Windows (.exe installer), OS X (.dmg installer file), Android (.apk package), as well as a .love file for use with Love2D on any other platform can be downloaded below.

To compile from source under Windows, simply drag the src directory onto Love.exe version 0.10.2. For more information on LÖVE, visit love2d.org.

NOTE: Since v20 the game works on Android with touch controls. Just download the .apk file below using the browser on your Android device and then click "open" once the download is finished. If Android asks about completing the action, select "Package installer."

Written by Arne Schwettmann

Copyright (c) 2013-2017 Arne Schwettmann

The above copyright holds for all material in this project that is not part of LÖVE or the libraries distributed with LÖVE. This program is not free software. Default copyright laws apply. See License.txt and Readme_License.txt in the zip file for more licensing details

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.19

18 Mar 16:46
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written by Arne Schwettmann in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.10.2.

Player 1 controls with the mouse.
Player 2 controls with cursor keys plus shift for turbo, or gamepad (any button is turbo).

Pre-compiled executables for Windows and OSX are in the bin directory. To compile from source under Windows, simply drag the src directory onto Love.exe version 0.10.2. For more information on LÖVE, visit love2d.org.

See License.txt for licensing details

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.18

18 Mar 06:16
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written by Arne Schwettmann in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.10.2.

Player 1 controls with the mouse.
Player 2 controls with cursor keys plus shift for turbo, or gamepad (any button is turbo).

Pre-compiled executables for Windows and OSX are in the bin directory. To compile from source under Windows, simply drag the src directory onto Love.exe version 0.10.2. For more information on LÖVE, visit love2d.org.

See License.txt for licensing details

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1

Arne's Breakout v0.17

16 Jul 19:10
Compare
Choose a tag to compare

Physics-based ball and brick game written in LUA

This is a version of the classic brick-breaking game written by Arne Schwettmann in LUA, making use of the LÖVE game framework. It is written for LÖVE 0.8.0.

Player 1 controls with the mouse.
Player 2 controls with cursor keys plus shift for turbo, or gamepad (any button is turbo).

Pre-compiled executables for Windows and OSX are in the bin directory. To compile from source under Windows, simply drag the src directory onto Love.exe version 0.8.0. For more information on LÖVE, visit love2d.org.

See License.txt for licensing details

Screenshots

Title screen:

arnesbreakout_shot0

Ingame:

arnesbreakout_shot1