PoC Phase Complete
Okay, so all the key tests are done, and now I can move on to phase 3, the real program. Phase 1 was brain storming. Once it had an outcome of interest defined, the next phase was to figure out key missing knowledge to prepare for actual development (PoC's). That was the phase that just ended. I needed Proof of Concepts. Such as the 2D Physics based rocket system, the fuel line interactions, the dynamic MonoBehaviour attachment, and some initial draft of how the coding system will run/be generated. source https://pixabay.com/photos/concept-man-papers-person-plan-1868728/ But now, I've moved onto actually building the real product. For this part, I need to settle down on architectural needs. I tend to strongly oppose putting a heavy architecture in place, but ignoring it is a sure fire way to over complicate everything. So I'm looking at things that absolutely need it, and how I will approach it. To begin with, I'm planning to build a C# IDE in ga...