AI and simulator for the card game Five Crowns
Go to file
mappu 670e557966 refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
.gitignore gitignore 2024-01-07 15:32:42 +13:00
README.md initial commit 2024-01-07 13:09:47 +13:00
card.go faster run search, entropy parameter, refactor currentPlayer, round test 2024-01-07 15:33:45 +13:00
card_test.go faster run search, entropy parameter, refactor currentPlayer, round test 2024-01-07 15:33:45 +13:00
format.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
format_test.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
game.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
game_test.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
go.mod initial commit 2024-01-07 13:09:47 +13:00
go.sum initial commit 2024-01-07 13:09:47 +13:00
main.go add main entry point 2024-01-07 15:33:50 +13:00
search.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
search_test.go split files, fix scoring 2024-01-07 14:51:06 +13:00
strategy.go refactor formatting, reuse helper functions 2024-01-07 16:00:20 +13:00
util.go faster run search, entropy parameter, refactor currentPlayer, round test 2024-01-07 15:33:45 +13:00

README.md

crowns

AI and simulator for the card game Five Crowns.