Skip to content

ericlee123/genetic-7-wonders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic 7 Wonders

My attempt at applying a genetic algorithm to play the board game, 7 Wonders.

7 Wonders

7 Wonders has a lot of rules and game mechanics, and I haven't coded it all up yet.

Missing

  • side B of boards
  • discount market cards
  • buying resources from neighbors
  • make age 2 pass cards counterclockwise
  • add forward pointers for chaining cards (for the purpose of AI)
  • compute victory points correctly for age 3 yellow cards
  • the scattered TODOs throughout the codebase

Genetic Algorithm

Genetic algorithm methodology is explained here.

About

genetic algorithm + 7 wonders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages