Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ezioleq/TheBilleh
Roguelike browser game written in TypeScript
https://github.com/Ezioleq/TheBilleh
2d browser-game game-engine hacktoberfest roguelike
Last synced: 13 days ago
JSON representation
Roguelike browser game written in TypeScript
- Host: GitHub
- URL: https://github.com/Ezioleq/TheBilleh
- Owner: Ezioleq
- License: gpl-3.0
- Created: 2021-12-22T21:37:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T17:42:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T18:56:03.327Z (over 1 year ago)
- Topics: 2d, browser-game, game-engine, hacktoberfest, roguelike
- Language: TypeScript
- Homepage: https://ezioleq.github.io/TheBilleh/
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Billeh
[Play The Billeh in your browser](https://ezioleq.github.io/TheBilleh/)
[Read the Mill Engine documentation](https://ezioleq.github.io/TheBilleh/docs/)⚠️ **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.