Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 734 Bytes

File metadata and controls

17 lines (14 loc) · 734 Bytes

gs_examples

GitHub Discord GitHub top language

Library of working examples to demonstrate the gunslinger game framework.

Cloning instructions:

  • Use the following command to clone the repo and init the gunslinger submodule
git clone --recursive https://github.com/MrFrenik/gs_examples

Updating GS instructions (updates gunslinger submodule and rebases to main branch):

git submodule update --remote --rebase --recursive