{"id":13441496,"url":"https://github.com/KranX/Vangers","last_synced_at":"2025-03-20T12:31:11.026Z","repository":{"id":15591690,"uuid":"18327621","full_name":"KranX/Vangers","owner":"KranX","description":" The video game that combines elements of the racing and role-playing genres. ","archived":false,"fork":false,"pushed_at":"2024-07-02T01:18:51.000Z","size":13147,"stargazers_count":661,"open_issues_count":155,"forks_count":89,"subscribers_count":41,"default_branch":"master","last_synced_at":"2024-08-01T03:34:45.182Z","etag":null,"topics":["game","sdl2","video-game"],"latest_commit_sha":null,"homepage":"https://store.steampowered.com/app/264080/Vangers/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kaishin/Gifu","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KranX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-01T11:48:08.000Z","updated_at":"2024-07-30T21:14:47.000Z","dependencies_parsed_at":"2022-07-13T01:50:35.976Z","dependency_job_id":"d6cf1a8a-e79e-4a03-b98b-7490cf133367","html_url":"https://github.com/KranX/Vangers","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KranX%2FVangers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KranX%2FVangers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KranX%2FVangers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KranX%2FVangers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KranX","download_url":"https://codeload.github.com/KranX/Vangers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221760010,"owners_count":16876334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","sdl2","video-game"],"created_at":"2024-07-31T03:01:34.714Z","updated_at":"2025-03-20T12:31:11.019Z","avatar_url":"https://github.com/KranX.png","language":"C++","funding_links":[],"categories":["C++","Racing","Project Categories"],"sub_categories":[],"readme":"# Vangers #\n\n![Vangers](http://cdn.akamai.steamstatic.com/steam/apps/264080/header.jpg?t=1447359431)\n\n![Vangers CI](https://github.com/KranX/Vangers/workflows/Vangers%20Linux%20Build/badge.svg)\n![Vangers CI](https://github.com/KranX/Vangers/workflows/Vangers%20Windows%2064bit%20Build/badge.svg)\n![Vangers CI](https://github.com/KranX/Vangers/workflows/Vangers%20Windows%2032bit%20Build/badge.svg)\n![Vangers CI](https://github.com/KranX/Vangers/workflows/Vangers%20MacOS%20Build/badge.svg)\n[![Join the chat at https://t.me/vangers](https://patrolavia.github.io/telegram-badge/chat.svg)](https://t.me/vangers)\n\n\nVideo game that combines elements of the racing and role-playing genres.\n\nAll source code is published under the GPLv3 license.\n\nThe necessary resources for the game (maps, sounds, textures, etc.) you can take from the games purchased here:\n\nhttp://store.steampowered.com/app/264080\n\nhttp://www.gog.com/game/vangers\n\n## Required libraries ##\n\n* SDL2\n* SDL2_net\n* libvorbis\n* clunk (https://github.com/stalkerg/clunk)\n* ffmpeg\n* zlib\n\nYou can see the [wiki pages](https://github.com/KranX/Vangers/wiki) to learn how to build this project.\n\n## Server\n\nTo host server you can use Docker image or [build server](https://github.com/KranX/Vangers/wiki/Starting-up-server-compatible-with-web-\u0026-native-versions)\nmanually.\n\nTo use docker image you need to pull `vangers-server` image and run it:\n\n```sh\ndocker pull caiiiycuk/vangers-server:latest\ndocker run -v host-dir:container-dir -e SERVER=\u003cserver-name\u003e -e CER_FILE=\u003cpath-to-cer-file\u003e -e KEY_FILE=\u003cpath-to-key-file\u003e caiiiycuk/vangers-server:latest\n```\n\nVangers server requires cer/key files to host wss server.\nFor example, if you want to host server on `vangers.net` and your cer/key files are in `/root/websockify/` file, then you run command will be:\n\n```\ndocker run -d -v /root/websockify:/root/websockify -e SERVER=vangers.net -e CER_FILE=/root/websockify/vangers.net.cer -e KEY_FILE=/root/websockify/vangers.net.key --network host caiiiycuk/vangers-server\n```\n\nExplanation:\n* **-d**: means start in detached mode\n* **-v /root/websockify:/root/websockify**: map host directory `/root/websockify` to container directory `/root/websockify`\n* **-e SERVER=vangers.net**: should be name of domain you want to host server\n* **-e CERT_FILE=/root/websockify/vangers.net.cer**: full path to cer file\n* **-e KEY_FILE=/root/websockify/vangers.net.key**: full path to key file\n* **--network host**: use host networking (required to bind on domain)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKranX%2FVangers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKranX%2FVangers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKranX%2FVangers/lists"}