A simple FPS game that will eventually become a STEAM best seller!
- Game Developed in Godot 3.5.1
- GitKraken - For git UI
Whenever you start working on a new issue, please CLONE and pull the latest release from GitHub!
- Delete any old directories of old issues you were working on.
- Clone LATEST Repository
- Create a new branch (use any descriptive name) you are working on.
- Make Changes / Test Changes
- Commit changes (it is best to commit each small change).
- Repeat steps 3-4 until ready to push
- Push changes to remote branch
- If you are done with changes, create Pull Request from your Branch to the Main Branch
- After I test your changes, I will merge your pull request to main branch
Please see the Project Issue Tracker.
- How to use source control software (Git) [Valuable for employers]
- How to work on a team of software engineers [Valuable for employers]
- Problem Solving
- Godot Framework
- GDScript coding - very similar to Python
- Game Design
- Project Management