Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.13 KB

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 and can be played there.

Tech Stack

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=<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.

Contributing

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

License

GNU GPLv3