Skip to content

Releases: sharkwouter/laserkombat

Laser Kombat Revised version 1.0

09 Jun 07:46
6606c60
Compare
Choose a tag to compare

This is a re-implementation of the final release of the classic puzzle game Laser Kombat. Destroy all the tanks to beat the 100 levels. Stay out of line of sight, though, or you will get shot. Shoot your lasers at mirrors, blow up bomb or push your enemies into water with movable blocks to win.

screenshot

Compared to the alpha, this version adds the following:

  • 100 new levels
  • Add undo button
  • Add save/load buttons (save states are only stored while in the level)
  • Add info screen at the beginning of levels
  • Split screen with controls and descriptions of blocks into 2 separate screens
  • Improved controller bindings (start now restarts, back is quit, new features have been bound too)

Differences from the original:

  • Works on modern operating systems
  • Windowed mode is used instead of full screen
  • Controller support has been added

Laser Kombat Revised version 1.0 Alpha

21 Apr 07:33
ad92ca0
Compare
Choose a tag to compare

This is a re-implementation of the Laser Kombat version 1.0 Alpha code using SDL2. It currently works on Windows and Linux.

The features of the beta are planned for the next release. This version can load levels from the beta version without problem.

Differences from the original:

  • Works on modern operating systems
  • Windowed mode is used instead of full screen
  • Controller support has been added