- What is Colored City? π€
Colored City is a roleplay minecraft server frends and i made! It has a space-futusistic theme and i spent a LOT of time making applications, plugins and mods for it!
- What is ColoredLauncher? π
It is a minecraft made in Typescript, electon, @xmcl and various other dependencies ! Please note that is my first Typescrypt/electon app, i am still learning the language and may not know basic conventions/tricks.
Here are some screenshots of the final product:

Feel free ro report any bugs or features you want added!
- How to compile/execute ColoredLauncher? π»
As previousely metioned, this is my first Typescrypt/electon app, do the compile/execute process is verry basic;
-
Run
npm install, andnpm install -g typescriptto install all the required dependencies. -
Run
npm run devto launch the application with electron-reload enabled OR runnpm run startto launch the application without electron-reload enabled.
///TODO
3. Run npm run dist to pack the application as a single .exe installer.