https://github.com/eduidl/domris
Domris = Domino + Tetris
https://github.com/eduidl/domris
game rust tetromino
Last synced: 4 months ago
JSON representation
Domris = Domino + Tetris
- Host: GitHub
- URL: https://github.com/eduidl/domris
- Owner: eduidl
- License: mit
- Created: 2018-07-19T08:33:10.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T18:33:20.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:11:25.525Z (6 months ago)
- Topics: game, rust, tetromino
- Language: Rust
- Homepage: https://eduidl.github.io/domris/
- Size: 948 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domris
[](https://github.com/eduidl/domris/actions/workflows/gh-pages.yml)
[](https://github.com/eduidl/domris/blob/main/LICENSE)You can play [here](https://eduidl.github.io/domris/) (keyboard is needed).
## Requirements
- Rust
- Node.jsExecute below commands if needed.
```terminal
$ rustup target add wasm32-unknown-unknown
$ cargo install wasm-pack
```## Run
```terminal
$ npm i
$ npm run build:release
$ npm run start
```