Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.js

Execute 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
```