Pic-kasa is a web-based multiplayer game where a random topic is chosen and all players must write an AI prompt to generate images of the topic without using any banned words. Banned words for now include the topic word itself.
Click the deploy button and follow the instructions to enter your API keys.
- Clone this repository.
- Create a .env file with your secret keys. Check the netlify.toml in the template environment section to find out what is required.
- Run
npm install
to install dependencies. - Run
npm run dev
to run the React front end and Netlify functions back end. - Access the game at http://localhost:8888