Halloween Wordle AI is an innovative and themed version of the popular word game, created for the midudev x Cloudinary hackathon. This game uses artificial intelligence to generate both the word to be guessed and a related image. Players must guess the Halloween word based on the AI-generated image, adding a unique and challenging twist to the classic game.
- AI-generated Halloween themed words
- AI-generated spooky images based on the secret word.
- Halloween atmospheric design
- Cloudinary integration for image management and optimization
- Game mode based on image interpretation
- Each set can be shared
Cloudinary has been used in this project to:
- Store and serve the AI-generated images.
- Apply transformations to the images to include the secret word in an unordered manner in the image
- Optimize delivery of assets to improve performance
- Next.js
- Cloudinary SDK
- Tailwind CSS
- OpenAI API for word generation
- DALL-E for image generation
- Supabase and Prisma ORM
📥 Installation
- Clone this repository:
git clone https://github.com/JJozef/hw-wordle.git
- Install the dependencies:
bun i
-
Browse to the
.env.example
file, remove the.example
, and add your credentials -
Run migrations:
bun prisma db push
bun prisma generate
- Start the development server:
bun dev
🏆 midudev x Cloudinary Hackathon
This project was created as part of the hackathon organized by midudev in collaboration with Cloudinary. The challenge was to create an innovative project using Cloudinary's capabilities, with a Halloween theme. This application takes a unique approach combining AI content generation with Cloudinary's efficient image management.