-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,25 @@ | ||
Vangers | ||
======= | ||
# Vangers # | ||
|
||
![Vangers](http://cdn.akamai.steamstatic.com/steam/apps/264080/header.jpg?t=1447359431) | ||
|
||
[![Build Status](https://travis-ci.org/KranX/Vangers.svg?branch=master)](https://travis-ci.org/KranX/Vangers) | ||
|
||
|
||
Video game that combines elements of the racing and role-playing genres. | ||
|
||
All source code is published under the GPL license. | ||
|
||
The necessary resources for the game (maps, sounds, textures, etc.) you can take from the games purchased here: | ||
|
||
http://store.steampowered.com/app/264080 | ||
|
||
http://www.gog.com/game/vangers | ||
Video game that combines elements of the racing and role-playing genres. | ||
|
||
Required libraries | ||
======= | ||
SDL2 | ||
All source code is published under the GPLv3 license. | ||
|
||
SDL2_net | ||
The necessary resources for the game (maps, sounds, textures, etc.) you can take from the games purchased here: | ||
|
||
libvorbis | ||
http://store.steampowered.com/app/264080 | ||
|
||
clunk (https://github.com/stalkerg/clunk) | ||
http://www.gog.com/game/vangers | ||
|
||
ffmpeg | ||
|
||
zlib | ||
## Required libraries ## | ||
|
||
* SDL2 | ||
* SDL2_net | ||
* libvorbis | ||
* clunk (https://github.com/stalkerg/clunk) | ||
* ffmpeg | ||
* zlib |