You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add compatibility for love.js
* fix: do not clone sounds in web mode
Memory freeing does not work well, and memory is limited
Also means that every sound is monophonic
* Add lint to web version
* Add AndroidMainfest.xml
* Update README
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ Recreation of a simple game
4
4
5
5
## To play
6
6
7
-
Grab a download from the releases page. Needs Löve2D version 11.3 or compatible. Works on every platform supported by Löve2D, but the main target is android.
7
+
Grab a download from the releases page. The .love bundles need Löve2D version 11.3 or compatible. Works on every platform supported by Löve2D, but the main target is android - so just grab the apk version if you can.
8
+
9
+
You can also try out the web version (.html file), altought that's slower and hase a few sound issues.
0 commit comments