| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FloppyFish-Portable.zip | 2026-08-18 | 13.6 MB | |
| FloppyFish.msi | 2026-08-18 | 10.3 MB | |
| FloppyFish.msix | 2026-08-18 | 14.4 MB | |
| README.md | 2026-08-18 | 1.7 kB | |
| Release v11 source code.tar.gz | 2026-08-18 | 1.1 MB | |
| Release v11 source code.zip | 2026-08-18 | 1.1 MB | |
| Totals: 6 Items | 40.5 MB | 0 | |
Stable Release
Version: 1.0.11.0 Commit: [d2ba41] Build: [#11]
🐟 Floppy Fish
An avoid-the-obstacles SDL/cairo accelerated video game for Windows and Linux.
📦 Downloads
- FloppyFish.msi — Windows installer with Start Menu and optional desktop shortcuts
- FloppyFish.msix — Unsigned package ready for Microsoft Store submission
- FloppyFish-Portable.zip — Portable version, no installation required
✨ Installer Features (MSI)
- ✅ Start Menu shortcut
- ✅ Optional desktop shortcut
- ✅ Custom installation directory
- ✅ Proper uninstall support
- ✅ Add/Remove Programs integration
🏪 Microsoft Store Submission
The MSIX package is unsigned and ready for submission via Partner Center. Before uploading:
- Update the
Identity NameandPublisherin the manifest with your Partner Center values - Upload the unsigned MSIX — Microsoft handles signing during certification
📦 Package Comparison
| Feature | MSI | MSIX | Portable |
|---|---|---|---|
| Installation Required | Yes | Yes | No |
| Start Menu Integration | ✅ | ✅ | ❌ |
| Auto-Update Support | ❌ | ✅ | ❌ |
| Microsoft Store Ready | ❌ | ✅ | ❌ |
| Sandboxed | ❌ | ✅ | ❌ |
| Traditional Uninstall | ✅ | ✅ | ❌ |
| Code Signing Required | ✅ | Store | ❌ |
🚀 Usage
Launch floppyfish.exe from the Start Menu or desktop shortcut.
🎯 Silent Installation (MSI)
:::cmd
msiexec /i FloppyFish.msi /quiet /norestart
msiexec /i FloppyFish.msi /quiet /norestart DESKTOP_SHORTCUT=1
msiexec /x FloppyFish.msi /quiet /norestart
Built with ❤️ using GitHub Actions