Home - whoisEllie/Project-Isolation GitHub Wiki
Welcome to the isolation-game wiki!
This is the place to start if you'd like to get the code from this repository up and running in your own project, and learn how to use it. This will be periodically updated, typically with every release. If you're wondering how to work with something that's been pushed to the repo, but not yet published in an official release, you're on your own I'm afraid. This isn't my full time job, just a side project, and my initial focus is to get things up and running before I worry about making them readable and usable for the public. However, I'd suggest looking at and reading any comments in and around the code (I try to be consistent with these), and infer what it does from surrounding code. You'll have to wait for the official releases to get proper documentation.
If you are not familiar with C++, and primarily code in blueprints, fear not! All the code written here is designed to be interfaced with through blueprints, as long as you don't wish to change any of the functionality of the underlying code, you can create weapons, change variables and customise the feel of the game right through blueprints! Read the Quick Start Guide for more information.
For a more detailed overview of each of the classes currently existing in the game, head over to the Class Overview.