Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freecx/rs-domino
- Owner: FreeCX
- License: mit
- Created: 2022-02-01T10:01:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T19:19:30.000Z (10 months ago)
- Last Synced: 2024-03-03T20:22:49.298Z (10 months ago)
- Topics: domino, game, rust-lang, sdl2
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.