Skip to content

bobtehnoob/Vanguard

 
 

Repository files navigation

Vanguard is a small open source project by fans of Gang Garrison 2 attempting to create a demake in a similar vein of Overwatch. We are not affiliated with Blizzard in any way, this is merely a fan project.

Game releases for windows can be found on the main thread, people interested in developping should contact us. Please note that this is still very much in alpha and not meant to be playable in its current state.

For modifying the sprites or adding new ones, one must delete the old sprites folder entirely, duplicate the sprites template folder and rename it to sprites, and then run python prepare_sprites.py with Pillow installed. The game does not require recompilation.

For compiling the game, one requires Allegro v5.2 or above and enet v1.3.13 or above. The game has a codeblocks project file containing build presets for both dynamic and static compilation, and there is also two separate compilation scripts run by python configure.py/python configure_dynamic.py and ninja that will compile either statically or dynamically (tested mostly on windows, though, not yet on any other platform).

About

An experiment that may become an Overwatch demake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • Python 2.4%
  • C 0.1%