The development files for my own Minecraft launcher
This repository has been archived on 2020-03-22. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
LinuxMint4Ever d858d45f9b added placeholder files 2019-10-06 19:28:35 +02:00
devtools Starting all over again. 2019-10-06 19:05:47 +02:00
lib/launcher added placeholder files 2019-10-06 19:28:35 +02:00
res added a helper script 2019-08-05 01:42:36 +02:00
.gitignore added placeholder files 2019-10-06 19:28:35 +02:00
README.md Updated readme 2019-10-06 19:16:42 +02:00
main.py added placeholder files 2019-10-06 19:28:35 +02:00

README.md

CustomMinecraftLauncher

The Launcher for my mod pack

TODO List

  • Frontend
    • Port the GUI (and fix the design differences between Desktop environments) or write a new one
    • Write a command line interface / hybrid library to handle the other libraries and the GUI
  • Library development
    • Write a new Game launching Library
    • Create server startup request library
    • Modpack update helper
  • Develop server side tools
    • Server startup request listener
    • Modpack update helper
    • Web files (HTML files to be shown in and cached by the launcher)
    • Server status page
    • News page
    • Credits page
  • Create the launcher backend