Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homebrew auction system #46

Open
Jashaul opened this issue May 25, 2022 · 2 comments
Open

homebrew auction system #46

Jashaul opened this issue May 25, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Jashaul
Copy link

Jashaul commented May 25, 2022

To Implement an auction system where the bot runs through multiple items with a set starting price and allows players to bid on the item.

Functionality and the workflow of implementation to be discussed with @akashsara.

To Be Updated Soon...

@akashsara akashsara added the enhancement New feature or request label May 25, 2022
@akashsara
Copy link
Owner

This will be a little complex for sure. Just dropping things off the top of my head here, there's probably other things too.

We'd first need to setup the people participating in the auction, the amount each player has available, the minimum bid and the bid increments.

Then we would need some way of feeding in a list of items along with the starting price associated with it.

We would also need a way to maintain a list of who got what + how much they spent.

And finally we need to manage the auction itself.

@Jashaul
Copy link
Author

Jashaul commented May 31, 2022

I have thought about all of those and I have an idea of what we would have to implement. We'll discuss this over call and plan the tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants