🎮
Blind Auction
A console blind-auction game. Each bidder enters a name and a secret bid; once bidding ends, the program announces the highest bidder.
A console blind-auction game. Each bidder enters a name and a secret bid; once bidding ends, the program announces the highest bidder.
A console blind-auction game. Each bidder enters a name and a secret bid; once bidding ends, the program announces the highest bidder.
python main.py
Standard library only (art.py is a local module containing ASCII art).
Yes - after removing an unused distutils import it is a pure-stdlib console program.