This website requires JavaScript.
Explore
Help
Sign in
renken
/
nonoka
Watch
1
Star
0
Fork
You've already forked nonoka
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1502bf8eb3
nonoka
/
.gitignore
3 lines
16 B
Text
Raw
Normal View
History
Unescape
Escape
build: move nonoka and nonoka-bevy inside a workspace * chore(gitignore): ignore .cargo directory
2024-12-07 13:32:47 -05:00
/.cargo
feat: implement basic grid representation This representation allows defining a grid of cells that are marked either as filled or empty. This usually represents the solution that the player has to achieve. The transpose function is a bit overkill but does the work for now. Future optimization might be necessary. Most nonogram puzzles are small, maybe they can live on the stack instead of dynamically allocating [`Vec`]? Maybe use `smallvec`?
2024-12-01 08:25:59 -05:00
/target
Reference in a new issue
Copy permalink