rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Refactor: Switch the load order of the core functionality #154

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

This allows some of the key APIs to be used in bootstrapping the other higher-level APIs.

The process is still likely too convoluted and error-prone, but resolving that will take a lot more thought.