Skip to content
This is the project code as of the end of the thirtieth day of Devember.

The engine code is now split apart from the game code, which makes merges easier
(although, you know, not THIS merge).

There are now multiple tsconfig files to compile each part, and the WebStorm
project references the appropriate engine.d.ts file while inside the game code,
which proves that code completion works without the engine code as part of the
tree.