Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yancharkin authored Aug 5, 2024
1 parent 5efc1fc commit 569f977
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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

0 comments on commit 569f977

Please sign in to comment.