MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
637 stars 58 forks source link

Feature/project reorganization #108

Closed benjaminfoo closed 5 years ago

benjaminfoo commented 5 years ago

As stated in https://github.com/MaKiPL/OpenVIII/issues/107, ive reorganized the project to allow a clean separation of concerns. This makes it easier to allow unit-testing, additional projects and reduces the overall refrenced libraries.

Ive done the following things:

I'll document the structure in a more detailed way in the wiki (dependencies, references, etc.)