Skip to content

Added iOS and Web ports

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 18:32
3ec3ab2

Automated build from commit 3ec3ab2e0822b57f3c59b6a3d6f9be399f130742.

  • Web (play in your browser, including iPad) — published to
    GitHub Pages: https://idomoz.github.io/BloonsTD/
    Also downloadable as BloonsTD-web.zip (host on any static
    server).
  • macOS (arm64)BloonsTD-macos-arm64.zip. Unzip and
    double-click BloonsTD.app (or drag it to Applications).
    Self-contained: all SDL2 dylibs are bundled.
    First-run may need xattr -dr com.apple.quarantine BloonsTD.app
    because the bundle is ad-hoc signed (not notarized).
  • Windows (x64)BloonsTD-windows-x64.zip. MinGW build with
    all required DLLs bundled in bin/. Double-click BloonsTD.bat
    at the top level to launch (or run bin\BloonsTD.exe directly).
  • iOS SimulatorBloonsTD-ios-simulator.zip. Unsigned
    BloonsTD.app for the iOS Simulator (arm64). Drag onto a
    running simulator with xcrun simctl install booted .../BloonsTD.app,
    then xcrun simctl launch booted com.idmozes.BloonsTD.