Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenamick/savagewheels
:checkered_flag: 2D car crashing game armageddon
https://github.com/kenamick/savagewheels
car car-crashes cpp destruction game sdl sdl-game video-game
Last synced: 27 days ago
JSON representation
:checkered_flag: 2D car crashing game armageddon
- Host: GitHub
- URL: https://github.com/kenamick/savagewheels
- Owner: kenamick
- License: mit
- Created: 2012-02-22T00:33:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T17:40:46.000Z (over 2 years ago)
- Last Synced: 2024-06-12T08:27:23.231Z (6 months ago)
- Topics: car, car-crashes, cpp, destruction, game, sdl, sdl-game, video-game
- Language: C++
- Homepage: https://kenamick.itch.io/savage-wheels
- Size: 1.88 MB
- Stars: 33
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Savage Wheels - 2D car crashing game similar to the old classic Destruction Derby. (Native / Arcade)
README
_.o0 SavageWheels 0o._
==========================Savage Wheels is a 2D car crashing arcade game. You take part of a deadly tournament, the goal of which, is to eliminate all other derby contestants. Players may choose from a variety of vehicles, each vehicle has an unique driver and characteristics like speed, acceleration, armor and damage. Various bonuses may be collected during each match to increase your vehicle's speed, damage or to repair it. Gameplay modes include a campaign, hot-seat mode between two players or a melee mode where vehicles are controlled by _fearsome_ AI opponents. All vehicle drivers have background stories which are uncovered in the campaign mode.
![alt text](http://i.imgur.com/09h8j1M.jpg "Gameplay screenshot")
# Install
* **ArchLinux** users may install from [AUR](https://aur.archlinux.org/packages/savagewheels/).
* **Gentoo** users may install from the [packages repository](https://packages.gentoo.org/packages/games-arcade/savagewheels).
* An [Open Pandora](https://repo.openpandora.org/?page=detail&app=SavageWheels-Loic2003) build is also available.* On **Windows**, just unpack the [ZIP](https://github.com/petarov/savagewheels/releases) file and start the game by running `savagewheels.exe`.
* Other **Linux** platforms. First, make sure you've got `sdl 1.2` and `sdl_mixer 1.2` installed. Run the [sh install script](https://github.com/petarov/savagewheels/releases) and start the game with `savagewheels`.# How to play
It's all in the [Readme.html](http://htmlpreview.github.io/?https://github.com/petarov/savagewheels/blob/master/bin/Readme.html). Yay! :bomb:
# Build
Please check [HISTORY](HISTORY) for latest changes.
Please check [INSTALL](INSTALL.md) for how to compile the game.
# Open Source Libraries
* [libSDL](http://www.libsdl.org/) - Simple DirectMedia Layer is a cross-platform multimedia library.
* [TinyXML](http://www.grinninglizard.com/tinyxml/) - TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs.
* [SDL_mixer](http://www.libsdl.org/projects/SDL_mixer/) - SDL_mixer is a sample multi-channel audio mixer library.
* [libmikmod](http://mikmod.shlomifish.org/) - Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm.
* [FMod Ex](http://www.fmod.org/fmod-sales.html) - Audio engine : FMOD Sound System by Firelight Technologies# License
[MIT](LICENSE)