An open API service indexing awesome lists of open source software.

https://github.com/jonls/td-minimax

AI for the Puzzle Pirates game "Treasure Drop" based on a minimax algorithm with alpha-beta pruning and transposition tables.
https://github.com/jonls/td-minimax

Last synced: 4 months ago
JSON representation

AI for the Puzzle Pirates game "Treasure Drop" based on a minimax algorithm with alpha-beta pruning and transposition tables.

Awesome Lists containing this project

README

          

td-minimax
==========

A small program for the Puzzle Pirates game “Treasure Drop” that tries to predict which next move is the best one. Based on a minimax algorithm with alpha-beta pruning and transposition tables.