Loliphile
Newbie
- Apr 26, 2017
- 75
- 252
- 121
The game is done via the defacto JavaFX manner or nearly MVC, Model (Java - Main Thread), View (JavaFX/HTML), Controller (JavaFX Thread & Javascript/XML)What model is the game using? I've seen several UI-based text games using MVC, but in my experience, MVVM makes them feel way smoother, and you don't really need MVC unless it's an online release like those games embedded in itch.io pages
However due to Innoxia's lack of understanding, a bunch of the functionality is actually spread out, rather than compartmentalized, IE some game logic is on JavaFX thread in JavaFX controller, and some render logic is in Java thread.