Javascript port of my C++ game "Schiffbruch" from 1999.
Main goal is to make it runnable in web browsers without affecting the original old-school style and game-play. This is not be a "Schiffbruch 2"!
You can play the game in your browser here or download the Android app here. The latest experimental version can be tested here.
Copy the following files/folders into the folder
/android/app/src/main/assets/www
- images
- sounds
- src
- favicon.png
- shortcut-icon.png
- index.html
and build the project in folder android with Android Studio.