Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduidl/domris
Domris = Domino + Tetris
https://github.com/eduidl/domris
game rust tetromino
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T03:01:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T09:38:25.191Z (almost 2 years ago)
- Topics: game, rust, tetromino
- Language: Rust
- Homepage: https://eduidl.github.io/domris/
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domris
[![Deploy GitHub Pages](https://github.com/eduidl/domris/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/eduidl/domris/actions/workflows/gh-pages.yml)
[![License](https://img.shields.io/github/license/eduidl/domris)](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
```