This is the base repository used to deliver demo code for CPSC 5270 - Graphics and Game Project.
- Install Godot 4.4 (for C#)
- Make a fork of the repository (you'll see a button on the top right)
- Clone your fork using its url:
git clone (your fork's url here) - Set up an
upstreamremote using this repo's url:git remote add upstream (this repo's url here)