Skip to content

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