A modern desktop launcher for Pokemon Tower Defense (PTD) games, built with Tauri.
PTD Launcher provides a seamless way to play the classic Pokemon Tower Defense games on modern systems. It handles the necessary Flash Player integration and provides an easy-to-use interface.
- Multi-Game Support: Play PTD 1, PTD 2, and PTD 3 (including Hacked versions).
- Cross-Platform: Runs on Windows, Linux, and macOS.
- Modern Tech Stack: Built with Rust and React for performance and reliability.
- Flash Integration: Automatically manages Flash Player dependencies.
Download the latest release for your operating system from the Releases page.
On Ubuntu/Debian-based systems, you may need libgtk2.0-0 for Flash Player support (if using the legacy flash standalone player) and webkit2gtk for the Tauri app itself.
sudo apt update
sudo apt install libwebkit2gtk-4.0-37-
Clone the repository:
git clone https://github.com/d8l8b/PTD-Launcher.git cd PTD-Launcher -
Install dependencies:
npm install
-
Run in development mode:
npm run tauri dev
To build the application for production:
npm run tauri buildThe build artifacts will be located in src-tauri/target/release/bundle/.
This project is licensed under the MIT License. See the LICENSE file for details.
Forked from PTD-Launcher. Based on work by original PTD Launcher developers.
