🎮
Blind Auction
Python42 lines· A console blind-auction game. Each bidder enters a name and a secret bid; once bidding ends, the program announces the highest bidder.
Original project by @yogesh78026 — view source on GitHubReady when you are
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.
How to run
python main.py
Dependencies
Standard library only (art.py is a local module containing ASCII art).
Pyodide-runnable
Yes - after removing an unused distutils import it is a pure-stdlib console program.
blind-auction-2.py· Python 3.x
59 linesConsole· terminal