Skip to content

Arne's SpaceTaxi v0.21

Compare
Choose a tag to compare
@ArneSchwettmann ArneSchwettmann released this 22 Nov 05:55
· 4 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 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/ArnesSpaceTaxi/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.
  • 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