Skip to content

Commit

Permalink
Merge pull request #1280 from google-deepmind:lanctot_oct12_whistfix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686875377
Change-Id: Ic0ab115f8c9d11e37125c2f05a56312b8a45c0ae
  • Loading branch information
lanctot committed Oct 17, 2024
2 parents 8d3f8b4 + a2b920e commit 548a5eb
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,625 deletions.
1 change: 0 additions & 1 deletion docs/games.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Status | Game
🔶 | [Dou Dizhu](https://en.wikipedia.org/wiki/Dou_dizhu) | 3 | ❌ | ❌ | A three-player games where one player (dizhu) plays against a team of two (peasants).
🔶 | [Euchre](https://en.wikipedia.org/wiki/Euchre) | 4 | ❌ | ❌ | Trick-taking card game where players compete in pairs.
🟢 | [First-price Sealed-Bid Auction](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) | 2-10 | ❌ | ❌ | Agents submit bids simultaneously; highest bid wins, and that's the price paid.
🔶 | [German Whist](https://en.wikipedia.org/wiki/German_Whist) | 2 | ❌ | ❌ | Two-player trick-taking card game.
🟢 | [Gin Rummy](https://en.wikipedia.org/wiki/Gin_rummy) | 2 | ❌ | ❌ | Players score points by forming specific sets with the cards in their hands.
🟢 | [Go](https://en.wikipedia.org/wiki/Go_\(game\)) | 2 | ✅ | ✅ | Players place tokens on the board with the goal of encircling territory.
🟢 | [Goofspiel](https://en.wikipedia.org/wiki/Goofspiel) | 2-10 | ❌ | ❌ | Players bid with their cards to win other cards.
Expand Down
8 changes: 0 additions & 8 deletions open_spiel/games/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ set(GAME_SOURCES
euchre/euchre.h
first_sealed_auction/first_sealed_auction.cc
first_sealed_auction/first_sealed_auction.h
german_whist_foregame/german_whist_endgame.cc
german_whist_foregame/german_whist_foregame.cc
german_whist_foregame/german_whist_foregame.h
gin_rummy/gin_rummy.cc
gin_rummy/gin_rummy.h
gin_rummy/gin_rummy_utils.cc
Expand Down Expand Up @@ -438,11 +435,6 @@ add_executable(garnet_test mfg/garnet_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
add_test(garnet_test garnet_test)

add_executable(german_whist_foregame_test german_whist_foregame/german_whist_foregame_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
add_test(german_whist_foregame_test german_whist_foregame_test)
add_executable(german_whist_build_ttable german_whist_foregame/german_whist_build_ttable.cc ${OPEN_SPIEL_OBJECTS})

add_executable(gin_rummy_test gin_rummy/gin_rummy_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
add_test(gin_rummy_test gin_rummy_test)
Expand Down

This file was deleted.

Loading

0 comments on commit 548a5eb

Please sign in to comment.