Skip to content

It's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.

License

Notifications You must be signed in to change notification settings

Attacktive/troubleshooter-editor-back-end

Repository files navigation

Troubleshooter Editor Back-end

Codacy Badge CodeFactor CodeQL Java CI with Gradle

It's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.

▶️How to Run

prerequisites

  • Git
  • OpenJDK 21: Choose the latest 21.x version
  • Firewall settings might be required: whitelist inbound TCP traffics via port 8080

execution

  • 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

🔧 How to Use the Editor

It's just the back-end part of the editor which still requires the front-end. So,

  1. run this Spring application, then
  2. either just use the front-end application at the GitHub Pages, or run it yourself

🗒️ Note

The Vue.js variant and React version is currently discontinued in favor of the Svelte version.