Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)