Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freecx/rs-domino

Another domino game
https://github.com/freecx/rs-domino

domino game rust-lang sdl2

Last synced: 25 days ago
JSON representation

Another domino game

Awesome Lists containing this project

README

        

rs-domino
---
Another domino game

### Status
WIP

### How to build
To build this project try this
```
$ cargo build --release --profile=pack
```

- `--release` generate `src/build.rs` (you can disable this in `build/main.rs`).
- `--profile=pack` pack all resource in one file (`resources/resource.package`).

And when these files are created, you can use `debug`/`check`/etc.