Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+5)(-1)

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.