It's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.
- Git
- OpenJDK 21: Choose the latest
21.x
version - Firewall settings might be required: whitelist inbound
TCP
traffics via port8080
- Windows Powershell:
git clone https://github.com/Attacktive/troubleshooter-editor-back-end.git
cd troubleshooter-editor-back-end
.\gradlew bootRun
- Windows CMD
git clone https://github.com/Attacktive/troubleshooter-editor-back-end.git
cd troubleshooter-editor-back-end
gradlew bootRun
- Unix-like:
git clone https://github.com/Attacktive/troubleshooter-editor-back-end.git
cd troubleshooter-editor-back-end
./gradlew bootRun
It's just the back-end part of the editor which still requires the front-end. So,
- run this Spring application, then
- either just use the front-end application at the GitHub Pages, or run it yourself
The Vue.js variant and React version is currently discontinued in favor of the Svelte version.