Skip to content

Latest commit

 

History

History

auction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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