StS2-Launcher
An unofficial Android launcher for Slay the Spire 2. Alpha builds can be found on the Cinderbox Discord server.
File Explorer
Download Latest Version (.zip)- build.gradle
- gradle-wrapper.properties
- themes.xml
- GodotApp.java
- AndroidManifest.xml
- build.gradle
- config.gradle
- gradle.properties
- gradlew
- settings.gradle
- build-godot.sh
- build.sh
- make-bootstrap-pck.py
- LogView.cs
- ScreenBackground.cs
- StyledButton.cs
- StyledDialog.cs
- StyledLabel.cs
- StyledLineEdit.cs
- StyledPanel.cs
- StyledProgressBar.cs
- ActionSection.cs
- CodeSection.cs
- DownloadSection.cs
- LoginSection.cs
- LauncherController.cs
- LauncherModel.cs
- LauncherUI.cs
- LauncherView.cs
- SessionState.cs
- ShaderWarmupScreen.cs
- AppLifecyclePatches.cs
- CardRewardPatches.cs
- CombatBackgroundPatches.cs
- EarlyAccessDisclaimerPatches.cs
- EventLayoutPatches.cs
- LanMultiplayerPatcher.cs
- LauncherPatches.cs
- MerchantLayoutPatches.cs
- MobileLayoutPatches.cs
- ModelDbInitPatch.cs
- ModLoaderPatches.cs
- PlatformPatches.cs
- SaveDiagnosticPatches.cs
- SettingsPatches.cs
- TouchInputPatches.cs
- UiScalePatches.cs
- AppUpdateChecker.cs
- CloudCompression.cs
- CloudFileCache.cs
- CloudSyncCoordinator.cs
- CloudWriteQueue.cs
- DepotDownloader.cs
- OwnershipVerifier.cs
- SaveProgressComparer.cs
- SteamAuth.cs
- SteamConnection.cs
- SteamCredentialStore.cs
- SteamKit2CloudSaveStore.cs
- AppPaths.cs
- ModEntry.cs
- PatchHelper.cs
- STS2Mobile.csproj
- build_stubs.sh
- sentry_stub.c
- steam_stub.c
- steam_stub_auto.c
- .gitignore
- LICENSE
- README.md
- slaythespire2mobile.slnx
- THIRD_PARTY_LICENSES.md
# Installation Guide
1. Get the code
git clone https://github.com/Ekyso/StS2-Launcher
Downloads the entire project code from GitHub to your computer.
cd StS2-Launcher
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd src/STS2Mobile
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
android/ # Godot Android gradle project
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
