Skip to content

asood123/Loot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loot

Loot, the card game, (http://www.amazon.com/Gamewright-231-Loot/dp/B0009XBY30) is one of our favorite games. We had a couple of weeks on our hands and decided to build bots to compete against each other.

This repo includes two parts:

  • Loot engine to host games
  • Various AIs that we built to compete against each other

Among the AIs, ArtemisAI is the most advanced. It uses a chess like scoring function with probability to calculate game moves. However, it has a couple of weak spots and occasionally falls prey to relatively simple strategies (like only attack small ships).

You can also use the engine to have one AI participate in a physical game with a human interpreter (though the interface is a little bit clunky).

PS: we apologize for limited documentation. It was mostly built for us to have some fun and given that Loot is copyrighted, we didn't think spreading this around would really add any value to the world. (Thus, we never spent much time on documentation).

About

This engine and included bots allow you to build bots to play Loot - a card game: http://www.amazon.com/Gamewright-231-Loot/dp/B0009XBY30

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages