Warhammer 40K: Heroes of the Imperium

Play In Browser

This is a web demo build running a Tau recon mission only. First load can take a few seconds while the Python runtime initializes.

If the canvas is blank, wait a moment. Assets stream in after startup.

Install And Run Locally

Run the full prototype with all missions on your machine.

Requirements Python 3.8 or newer
Install deps python3 -m pip install -r warhammer40k_game2/requirements.txt
Run game python3 warhammer40k_game2/main.py
Web build optional python3 -m pip install --user pygbag
cd warhammer40k_game2 && python3 -m pygbag --build .
Output will be in warhammer40k_game2/build/web/

The browser demo is limited via game/data/web_config.json. Local runs use the full mission list.

← Return to Portfolio