+
+
+
+
+
+
+
+
+
+ + ℹ Project Info +
+-
+
- Author +
- {software.author} +
- Platform +
- {software.platform} +
- License +
- {software.license} +
- Source Code +
- + + Visit Repository ↗ + + +
+
+
+
+ {software.license && (
+
+
+ )}
+ {software.site && (
+
+
+ )}
+
+
+
+ {latestStable && (
+
+
+
+ )}
+
+
+
+
+
+
+
+
+ Latest Stable
+
+ {latestStable.version}
+Released: {formatDateTime(latestStable.UpdatedAt)}
+
+ {latestStable.htmlFolderPath && (
+
+ ▶ Play Now
+
+ )}
+ {latestStable.cartridgePath && (
+
+ 💾 Download
+
+ )}
+ {latestStable.sourcePath && (
+
+ 📄 Source
+
+ )}
+ {latestStable.docsFolderPath && (
+
+ 📖 Docs
+
+ )}
+
+
+
+
+
+
+ All Releases
+
+ {/* Desktop Table */}
+
+
+
+
+
+
+
+ {/* Mobile View */}
+ | Version | +Release Date | +
|---|---|
|
+ {release.version}
+
+ {release.htmlFolderPath && ▶ Play}
+ {release.cartridgePath && 💾 Download}
+ {release.sourcePath && 📄 Source}
+ {release.docsFolderPath && 📖 Docs}
+
+ |
+ {formatDateTime(release.UpdatedAt)} | +
| Development Versions | +|
|
+ {release.version}
+
+ {release.htmlFolderPath && ▶ Play}
+ {release.cartridgePath && 💾 Download}
+
+ |
+ {formatDateTime(release.UpdatedAt)} | +
+ {releases.map((release: any) => (
+
+ ))}
+
+