| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FloppyFish-Portable.zip | 2026-08-17 | 13.6 MB | |
| FloppyFish.msi | 2026-08-17 | 10.3 MB | |
| FloppyFish.msix | 2026-08-17 | 14.4 MB | |
| README.md | 2026-08-17 | 1.7 kB | |
| Release v5 source code.tar.gz | 2026-08-17 | 1.1 MB | |
| Release v5 source code.zip | 2026-08-17 | 1.1 MB | |
| Totals: 6 Items | 40.5 MB | 0 | |
Stable Release
Version: 1.0.5.0 Commit: [49e1e1] Build: [#5]
π 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