Skip to content

A match-3 combination and possible combination calculator written in rust for learning purposes.

Notifications You must be signed in to change notification settings

Incognitowski/match-3-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

match-3-calculator

A match-3 combination and possible combination calculator written in Rust πŸ¦€ for learning purposes.

Running it

cargo run

Running it (Release mode)

cargo run --release

Output sample

Time to generate board: 261.50Β΅s
πŸŸ₯πŸŸ₯🟦πŸŸ₯🟨πŸŸͺ🟨🟦
πŸŸ₯🟨🟩🟦🟩🟩🟦🟦
πŸŸͺπŸŸ₯πŸŸͺ🟦🟦πŸŸ₯πŸŸͺ🟦
πŸŸͺ🟦🟩🟩πŸŸͺ🟩πŸŸͺ🟩
🟨πŸŸ₯🟦πŸŸ₯🟨🟩🟨🟦
πŸŸͺπŸŸͺπŸŸ₯πŸŸ₯🟦πŸŸͺπŸŸͺπŸŸͺ
πŸŸͺ🟩🟩πŸŸͺπŸŸͺ🟨🟨πŸŸͺ
πŸŸͺπŸŸ₯🟦πŸŸ₯🟩🟩🟨🟦
Time to find combinations: 21.20Β΅s
Color: πŸŸͺ | Matches: (5, 5)(6, 5)(7, 5)
Color: πŸŸͺ | Matches: (0, 5)(0, 6)(0, 7)
Color: 🟦 | Matches: (7, 0)(7, 1)(7, 2)
Contains possible combinations.
Time to find possible combinations: 48.70Β΅s

About

A match-3 combination and possible combination calculator written in rust for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages