Skip to content

peterlionelnewman/puzzle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle Solver, by Pete in Rust~!

#################### This project is about learning Rust / my first Rust project. It solcves the puzzle in the resources folder of this project: the puzzle

What does it do?

bogo pick and place a randomly flipped and rotated piece along the left most side or top row:

  1. pick 2 random pieces
  2. rotate the board
  3. rotate the pieces
  4. randomly flip the piece
  5. place both pieces such that they minimizes the perimiter of the inside space
  6. fit the pieces
  7. repeat till you run out of pieces
  8. Hope that it solves, if it does, Yay! if not try again.

About

solves the one a day puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages