Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 675 Bytes

Auction

Rules

  1. Each Player has to enter his/her name and their bid
  2. Player with the clostest bid to average bid wins
  3. The average bid calculation is total bid / number of players

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-games.git
  3. Head to the auction folder
  4. Run the file using python command python auction.py