Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 548 Bytes

bmst/h3demo

This is the Heroes3 Demo, made by 3DO, back in 1999. Available now as a docker image. That you can play from the browser:

Heroes3 Demo Screenshot

Running

Running the game (means you agree with the EULA):

docker run \
    -e UID=$(id -u) \
    -e GID=$(id -g) \
    --rm \
    -p 8081:8081 \
    bmst/h3demo

Open a browser, point it at http://localhost:8081/

Enjoy!

Why

I am trying to make a point, on what it you can do with application deployments on Docker.