/TheBilleh

Roguelike browser game written in TypeScript

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

The Billeh

Play The Billeh in your browser
Read the Mill Engine documentation

⚠️ Heavy development, the game is unplayable right now ⚠️

Setup

Game building

Clone the repository:

git clone https://github.com/Ezioleq/TheBilleh.git --depth 1
git lfs checkout

Build the game:

npm install
npm run build:prod

You can type npm run to see available scripts.

And then open the index.html from the root directory to play.

Documentation generation

npx typedoc

After this the documentation is available in the docs/index.html file.