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.
The game is hosted on pictioner.com and can be played there.
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.
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=<your openai api key>
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the game.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.