Skip to content

Commit

Permalink
Remove german_whist_foregame
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Oct 12, 2024
1 parent d6fa797 commit b25cf77
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,622 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
5 changes: 0 additions & 5 deletions open_spiel/games/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,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 b25cf77

Please sign in to comment.