MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / threecardmonte.py

File threecardmonte.py

src/gamesbyexample/threecardmonte.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Three-Card Monte, by Al Sweigart al@inventwithpython.com
2Find the Queen of Hearts after cards have been swapped around.
3(In the real-life version, the scammer palms the Queen of Hearts so you
4always lose.)

Callers

nothing calls this directly

Calls 2

getRandomCardFunction · 0.85
displayCardsFunction · 0.70

Tested by

no test coverage detected