Interactive multiplayer games that teach critical AI literacy skills through hands-on learning.
Learn to identify AI-generated images through hands-on detection challenges.
- Real-world case studies (Pope puffer jacket, Pentagon explosion, etc.)
- Detection techniques by category (faces, backgrounds, metadata)
- Ethics and legal discussions
- Create & Deceive round
Create viral advocacy memes for community issues using AI tools.
- Step-by-step wizard interface
- AI caption generation & image creation
- Expert critique on effectiveness
- Viral simulation with reactions
Build civic apps using AI - no coding experience required!
8 Educational Steps:
- 💡 Spark - Choose from 24 civic app prompts
- 🧠 Brainstorm - Chat with BYTE AI mentor
- 🌀 Add Twist - Force uniqueness (no generic apps!)
- ✏️ Wireframe - Sketch your UI layout
- 🎨 Mockup - AI generates visual preview
- ⚡ Build - Generate complete HTML app
- ✨ Polish - Fix bugs with AI help
- 🚀 Launch - Submit, download, or build another
Features:
- BYTE AI Mentor (witty artistic civic technologist)
- Villain popups (GLITCH, SCOPE CREEP, BLAND BOT, TIME THIEF)
- Prominent timer with urgency mode
- Multiple projects support
- Download code with usage guide
Unified view for projector/TV display:
- Large live timer with progress bar
- Phase control with navigation
- Real-time player/submission stats
- Activity feed
- Leaderboard
- Live submission gallery
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run build- Get a key from https://platform.openai.com
- Click "
⚠️ Set API Key" in the app header - Key is stored locally in your browser
Pre-configured with Anthropic's demo project. For your own:
- Create a Firebase project
- Enable Anonymous Auth and Firestore
- Update
src/firebase.jswith your config
artificial-v4/
├── public/
│ ├── index.html # HTML template
│ └── manifest.json # PWA manifest
├── src/
│ ├── index.js # React entry point
│ ├── index.css # Tailwind CSS + custom styles
│ ├── App.js # Main app, routing, auth
│ ├── components.js # Shared UI components
│ ├── firebase.js # Firebase configuration
│ ├── ai-services.js # OpenAI API integration
│ ├── EnhancedHomepage.js # Landing page
│ ├── SpotTheFake.js # Detection game
│ ├── MemeMachine.js # Meme creation game
│ ├── VibeCodeChallenge.js # Civic app building game
│ ├── FacilitatorDashboard.js # Projector display
│ ├── educational-content.js # Real-world examples, ethics
│ └── image-database.js # Demo images for Spot the Fake
├── build/ # Production build (ready to deploy)
├── package.json
├── tailwind.config.js
├── postcss.config.js
└── README.md
- GPT-4o-mini: ~$0.15 per 1M tokens
- DALL-E 3: ~$0.04 per image
Per 10-player session:
- Spot the Fake: $0-2
- Meme Machine: $1-3
- Vibe Code: $2-6
- Detection: Spot AI-generated content
- Ethics: When is AI use appropriate vs harmful?
- Creation: Use AI tools effectively
- Critical Thinking: Question and evaluate AI outputs
Free for educational use.
ARTIFICIAL: games for ai literacy 🎮