https://github.com/simenheg/zatackax
Remake of "Achtung, die Kurve!"
https://github.com/simenheg/zatackax
achtung-die-kurve c game zatacka
Last synced: 5 months ago
JSON representation
Remake of "Achtung, die Kurve!"
- Host: GitHub
- URL: https://github.com/simenheg/zatackax
- Owner: simenheg
- License: gpl-3.0
- Created: 2013-09-02T18:26:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T19:33:49.000Z (over 1 year ago)
- Last Synced: 2024-12-03T20:31:21.200Z (over 1 year ago)
- Topics: achtung-die-kurve, c, game, zatacka
- Language: C
- Size: 8.64 MB
- Stars: 63
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Zatacka X
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.

## Installation
### From a repository
* Arch Linux: [Arch User Repository (AUR)](https://aur.archlinux.org/packages/zatackax-git)
* AROS: [The AROS Archives](http://archives.aros-exec.org/?function=showfile&file=game/misc/zatackax.i386-aros.zip)
* Debian: [Debian Package Tracker](https://tracker.debian.org/pkg/zatacka)
* MorphOS: [MorphOS Storage](https://www.morphos-storage.net/?id=1612660)
* Nintendo Switch: [lizardman0/zatackax](https://github.com/lizardman0/zatackax/releases)
* Open Pandora: [repo.openpandora.org](https://repo.openpandora.org/?page=detail&app=zatackax_ptitseb)
* OpenDingux: [OpenDingux Software list](https://github.com/retrogamehandheld/OpenDingux/#games--ports)
* openSUSE: [openSUSE Software](https://software.opensuse.org/package/zatackax)
### From source
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
## License
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](COPYING) for details.
All other content (graphics, audio) are licensed under Creative
Commons Attribution-ShareAlike (CC BY-SA), unless otherwise noted in
the [AUTHORS](AUTHORS.md) file.
## Contact
Questions, suggestions, contributions or other inquiries? Please
contact simenheg@runbox.com.