nonogram puzzle game
Find a file
Mohammed Amar-Bensaber 07437890c9
feat(grid): implement cell random generation
Prefer filled over empty cells when generating them randomly because it
makes the game more fun.
2024-12-07 18:02:13 +01:00
src feat(grid): implement cell random generation 2024-12-07 18:02:13 +01:00
.gitignore feat: implement basic grid representation 2024-12-01 22:18:48 +01:00
Cargo.lock build: add rand 0.8.5 dependency 2024-12-07 18:00:26 +01:00
Cargo.toml build: add rand 0.8.5 dependency 2024-12-07 18:00:26 +01:00
LICENSE feat: implement basic grid representation 2024-12-01 22:18:48 +01:00