Skip to content

Arne's SpaceTaxi v0.22

Latest
Compare
Choose a tag to compare
@ArneSchwettmann ArneSchwettmann released this 23 Nov 02:59
· 2 commits to master since this release

Gravity-based space taxi game written in LUA

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

Features:

  • classic gravity-based lander gameplay
  • up to 5 players simultaneous
  • pixel-perfect collisions
  • speech samples

Try the 5 player mode.

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), OS X (.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/ArnesSpaceTaxi/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.22:

  • Fixed automatic touch control overlay display
  • Fixed touch controls on systems without touch mouse emulation

0.21:

  • Fixed all incompatibilities with latest Love 0.11.3.
  • Fixed gamepad controls on platforms where dpad is recognized as buttons (fixes controls on Switch)

0.20:

  • made touch controls visible as simple rectangles when touch events are recognized

0.19:

  • Changed size of touch gamepad buttons and fire button to be square instead of rectangular

Screenshots

Title:

arnesspacetaxi_shot0

Ingame:

arnesspacetaxi_shot1