An open API service indexing awesome lists of open source software.

https://github.com/priyankark/pictioner

AI powered fun Pictionary game! Guess what GPT draws on the canvas within three tries and progress through rounds. Do you have what it takes to beat GPT-4 at this game?
https://github.com/priyankark/pictioner

ai game games gpt gpt-4 llm openai openai-api pictionary vercel vercel-edge-functions

Last synced: 5 months ago
JSON representation

AI powered fun Pictionary game! Guess what GPT draws on the canvas within three tries and progress through rounds. Do you have what it takes to beat GPT-4 at this game?

Awesome Lists containing this project

README

          

## Pictioner

Pictioner is a fun game that you can play with GPT.
GPT draws something on the canvas that the user needs to guess within three tries.

## Play the game
The game is hosted on [pictioner.com](https://pictioner.com/) and can be played there.

## Tech Stack

- [Next.js](https://nextjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [OpenAI API](https://beta.openai.com/)
- [Vercel](https://vercel.com/)

## Code quality
This is still a work in progress, so the code quality is not the best yet.
Please feel free to contribute to the project to improve the code quality.

## Getting Started

First, create a file called .env.local in the root directory of the project.
Then, add the following environment variables to the file:

```
OPENAI_API_KEY=
```
Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the game.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)