learning bevy project
Go to file
milo ae0f21eb4b fix markdown 2025-10-27 22:49:09 -04:00
crates/non add "marked" reveals 2025-10-25 13:54:50 -04:00
src put gui style in config.rs 2025-10-27 19:47:41 -04:00
.gitignore bevy hello world 2025-10-20 13:30:05 -04:00
Cargo.lock trim deps 2025-10-27 22:43:30 -04:00
Cargo.toml trim deps 2025-10-27 22:43:30 -04:00
README.md fix markdown 2025-10-27 22:49:09 -04:00
picross.svg add the inkscape mockup 2025-10-27 22:43:45 -04:00
screenshot.png add screenshot png 2025-10-27 22:48:24 -04:00
ui.html add the ui mockup 2025-10-27 22:44:00 -04:00

README.md

nonograms

Screenshot of the game

Building

For development:

$ cargo build
$ cargo run

For release:

$ cargo build --no-default-features --features wayland --release