Skip to content

kcyung/BlockFill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockFill

This program allow users to select either a random or biased traversal of every cell in a two dimensional grid:

  1. Random Traversal - Starting at the top left point of a two dimensional grid, a point will travel in any random direction within the bounds of the window until every cell has been reached.
  2. Biased Traversal - Starting at the top left point of a two dimensional grid, a point will travel a biased direction until each cell grid has been reached. The bias is based upon the distance to the closest unreached cell.

Upon completion, the number of steps taken will be updated in the window.

blockfillrandom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages