-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5efc1fc
commit 569f977
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Spelunky Classic HD HTML5 PWA | ||
|
||
Web-version converted to [Progressive Web App](https://en.wikipedia.org/wiki/Progressive_web_app). | ||
It can be installed by supported browsers (Google Chrome recommended) on desktop and mobile platforms as a standalone application for offline use. | ||
Chromebook/Chrome OS users likely benefit the most from using it. | ||
|
||
## Installation | ||
- Go to https://yancharkin.github.io/SpelunkyClassicHDhtml5/ | ||
- Then: | ||
- on desktop | ||
- <img src="assets/screenshots/screenshot_04.webp" width="45%"> | ||
- on mobile | ||
- <img src="assets/screenshots/screenshot_05.webp" width="45%"> <img src="assets/screenshots/screenshot_06.webp" width="45%"> | ||
|
||
## Known issues | ||
- It is not obvious when all files are cached, and without some files the game won't work offline. Solution: wait a few minutes to ensure all files are cached. | ||
- Fullscreen works not perfectly: | ||
- Esc key will exit fullscreen. Solution: do not use Esc, Tab set as a menu key as well | ||
- The game won't start fullscreen. Solution: add '--start-fullscreen' argument to shortcut/.desktop file or press F11 at the start | ||
- In fullscreen mode the game not really fills the screen. Solution: same as for the previous issue |