Deviation from Video: Git was initialized in Video 1.3! However, I wanted to provide links to the git commits before.
This game with the working title Fab is a learning resource and associated with the YouTube Playlist: [...].
At the state of this commit, the project is based on Unreal Engine 5.3.2. I recommend using this or a newer version, but you can of course try running it with what you already have installed. In order to run the project:
- Clone the repository
- Open Fab.uproject with Rider, or right-click "Generate Visual Studio project files" -> open with Visual Studio
- Build from source
- Open Fab.uproject and start developing
git clone https://github.com/kaijurgeit/Fab.git
Fab is a co-op third-person RPG which aims at teaching gameplay programming, being a tech demonstrator and being fun to play. It employs the Game Ability System and shows how to implement a flexible inventory, combat and skill system as well as non-player character ai based on StateTrees and more to come.