Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

In case you have python installed : 

- download the html version

- open a terminal / console and 'cd' to the html folder

- run the python command : python -m SimpleHTTPServer

it will start a small server on port 8000 by default

open your brother on http://localhost:8000

Worked for me