- Each Player has to enter his/her name and their bid
- Player with the clostest bid to average bid wins
- The average bid calculation is
total bid / number of players
- Fork the repo by clicking the fork logo the on top right
- Clone the repo
git clone [email protected]:AseanK/beginner-python-games.git
- Head to the auction folder
- Run the file using python command
python auction.py