Zatacka X is a modern, free remake of the classic Achtung, die Kurve!. In addition to all the features from the original game, Zatacka X includes special weapons, updated graphics, sound effects and AI controlled opponents.
- Arch Linux: Arch User Repository (AUR)
- AROS: The AROS Archives
- Debian: Debian Package Tracker
- MorphOS: MorphOS Storage
- Nintendo Switch: lizardman0/zatackax
- Open Pandora: repo.openpandora.org
- OpenDingux: OpenDingux Software list
- openSUSE: openSUSE Software
To install Zatacka X from source, run:
$ ./configure
$ make
$ sudo make install
If you want to run Zatacka X directly from the source directory
instead of installing it, run make devel
instead of make
in the
second step:
$ ./configure
$ make devel
$ ./zatackax
Compilation depends on the following libraries:
- SDL 1.2
- SDL_image 1.2
- SDL_ttf 2.0
- SDL_mixer 1.2
These are often provided by GNU/Linux distributions. Under Debian, for instance, the following command installs the required libraries:
$ sudo apt install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev
The Zatacka X code is free software, licensed under the GNU General Public License version 3, or (at your option) any later version. See COPYING for details.
All other content (graphics, audio) are licensed under Creative Commons Attribution-ShareAlike (CC BY-SA), unless otherwise noted in the AUTHORS file.
Questions, suggestions, contributions or other inquiries? Please contact [email protected].