pyBegin / projects / blind-auction-2
🎮

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.

42 linesRunnable

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.