Skip to content

marklarr/tetris-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris-ai

Run any of the binaries in bin. Each represents a different algorithm

  • gbfs = Greedy, best-first search. Looks at current piece
  • dlbfs = Depth-limited (depth of 2) breadth-first search. Looks at current and next peice
  • minimax1 = Looks at current piece, next piece, and then assumes the following piece will be worst-case scenario.
  • minimax2 = Looks at current piece, next piece, and then assumes the following 2 pieces will be worst-case scenario.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages