openswoop / AIGuesser

2 stars 0 forks source link

Determine bot logic #1

Closed AndreasInk closed 1 year ago

AndreasInk commented 1 year ago

Here's what I think regarding logic...

  1. The players send their prompts via a dm to the bot via the $save command
  2. The bot starts generating the images using the openai DALL-E API that are saved as an image named the person plus the prompt (Ai#123+hello_world.png)
  3. When a player types $play the bot picks an image and the players have to guess who made the prompt and what the prompt was
  4. Maybe use adjective noun verb format to keep things simpler
  5. Kinda like Kahoot, the faster you guess correctly the more points you gain, only one person can win per round

Please respond with whether you agree with this or would change it.

AndreasInk commented 1 year ago

We talked about this on discord