: It is free-to-play on web browsers, mobile (iOS/Android) , and through cloud platforms like now.gg .
The most prominent GitLab project related to this topic is the SSBU Karts for SuperTuxKart . smash karts gitlab
If you are looking for information on the original web game rather than development repositories: : It is free-to-play on web browsers, mobile
Because the game is (3D models, textures, audio) and highly iterative (balance patches, new tracks, live events), you need a DevOps platform that: audio) and highly iterative (balance patches
– Set Merge Request Approvals for any changes to Dockerfile , *.csproj dependencies, or LFS assets.
# ------------------------------------------------- # 2️⃣ Build (Windows, macOS, Linux) # ------------------------------------------------- build_windows: stage: build image: $DOCKER_IMAGE needs: ["lint"] script: - unity -batchmode -projectPath $PROJECT_PATH -buildTarget Win64 -executeMethod BuildScript.PerformBuild -quit -logFile - mv "$PROJECT_PATH/$BUILD_PATH/SmashKarts.exe" "$CI_PROJECT_DIR/SmashKarts_Win.exe" artifacts: paths: - SmashKarts_Win.exe expire_in: 1 week