The S.U.R.F. game from edge://surf
I did not create this game; I just copied the files from Microsoft Edge and modified some URLS so it would work outside of Edge.
Play the game at https://surf.jackbuehner.com
- Changed some URLs
- Added a favicon
- Added an ico favicon to support multiple icon sizes
- Added a manifest.json so the website can be added as a PWA app
- Ran minimized JavaScript files through a beautifier to make modification easier.
- Updated functions in surf.bundle.js which relied on WebUI and called into native code on Edge. Those functions now use localStorage to save the game stats.
- Clicking the treasure chest does not open the popup with the new Edge logo
If you know how to fix anything that is not working, feel free to open a pull request. I'll merge it as soon as I see it and confirm it does not break anything.