For anyone wanting to download and launch the game locally, you will need to install a web server.
One way to do this is to download the Python programming language for your OS, open a command prompt window in the Dragonsweeper folder, and type "python -m http.server --bind 127.0.0.1 8000".
Then point your web browser at http://127.0.0.1:8000.