https://github.com/sbdchd/munching-squares
:fireworks: A Rust Munching Squares Implementation
https://github.com/sbdchd/munching-squares
image munching-squares rust
Last synced: 4 months ago
JSON representation
:fireworks: A Rust Munching Squares Implementation
- Host: GitHub
- URL: https://github.com/sbdchd/munching-squares
- Owner: sbdchd
- Created: 2017-04-08T22:43:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T14:58:54.000Z (about 8 years ago)
- Last Synced: 2025-01-02T02:29:14.295Z (5 months ago)
- Topics: image, munching-squares, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Munching Squares
> A Rust Example of [Munching Squares][0]

Also viewable on [Rossetta Code][1].
Note: From some testing 256x256 seems to look the best
[0]: https://en.wikipedia.org/wiki/Munching_square
[1]: http://rosettacode.org/wiki/Munching_squares#Rust