Pixel Forge is an AI-powered game generation platform that transforms simple text prompts into interactive mini-games. Users enter a topic, receive a list of AI-generated game ideas, and can instantly play the selected game.
- 🎯 Prompt-based game generation
- 🧠 AI-powered dynamic game idea creation
- 🎮 Instant playable mini-games
- 📚 Supports educational and fun topics
- 💡 Creative learning through gamification
- ⚡ Responsive and interactive UI
- Frontend: Modern web technologies (HTML, CSS, JavaScript / React / Next.js)
- Backend: API-based architecture
- AI Integration: Generative AI models
- Development & Planning Tool: Ideavo
- User enters a topic (e.g., Math, Space, History, Coding).
- AI generates a list of relevant game ideas.
- User selects a game from the list.
- The selected game is rendered and becomes playable instantly.
Pixel Forge can be used in:
- 📚 Education (Interactive learning games)
- 🏫 Classrooms (Gamified concept revision)
- 🎉 Fun Activities (Creative mini-games)
- 🧠 Skill Development (Problem-solving challenges)
- 💻 Coding Practice (Logic-based games)
# Clone the repository
git clone https://github.com/your-username/pixel-forge.git
# Navigate to project folder
cd pixel-forge
# Install dependencies
npm install
# Run development server
npm run dev