I'm FoxTrot, and I'm here to teach you vibe coding - using AI tools to bring your game ideas to life! You don't need to be an expert programmer. With the right prompts and tools, you can create amazing games. Let's level up!
đ¤
AI Coding Tools for Game Development
These AI tools can help you write code, debug problems, and bring your game ideas to life. Each has its strengths!
Claude
Excellent for explaining code, helping with game logic, and creating well-structured projects. Great for learning!
Copy these prompts to get started with different game types. Modify them to match your vision!
đšī¸ Simple Platformer
A side-scrolling jump game with platforms and obstacles.
Create a simple platformer game using HTML5 Canvas and JavaScript. The game should have:
- A player character (colored rectangle) that can move left/right with arrow keys
- Jump ability with spacebar (with gravity that pulls the player down)
- Multiple platforms at different heights
- A score that increases when reaching higher platforms
- Game over when falling below the screen
Start with just the player movement and gravity, then we'll add platforms.
đž Space Shooter
A classic shoot-em-up with enemies and power-ups.
Create a space shooter game using HTML5 Canvas and JavaScript. Features:
- Player spaceship at the bottom that moves left/right with arrow keys
- Shoot bullets upward with spacebar
- Enemies that spawn at the top and move downward
- Collision detection between bullets and enemies
- Score counter for destroyed enemies
- Lives system (3 lives, lose one if enemy reaches bottom)
Please include comments explaining each part of the code.
đ Snake Game
The classic snake game - eat food and grow longer!
Create a Snake game using HTML5 Canvas and JavaScript. Include:
- A snake that starts with 3 segments
- Arrow key controls to change direction
- Food that appears randomly on the grid
- Snake grows when eating food
- Score display
- Game over when hitting the wall or itself
- Restart button after game over
Use a grid-based movement system (not smooth movement).
đ§Š Memory Match
A card-flipping memory game with pairs to match.
Create a memory matching card game using HTML, CSS, and JavaScript:
- A 4x4 grid of cards (8 pairs)
- Cards start face-down
- Click to flip a card and reveal an emoji or symbol
- Can flip 2 cards at a time
- Matching pairs stay revealed
- Non-matching pairs flip back after 1 second
- Move counter and timer
- Win message when all pairs are found
Make it visually appealing with smooth flip animations.
đ Endless Runner
Run forever, jump obstacles, collect coins!
Create an endless runner game using HTML5 Canvas and JavaScript:
- Player automatically runs to the right (screen scrolls)
- Jump with spacebar or click/tap
- Randomly spawning obstacles to jump over
- Collectible coins that increase score
- Speed gradually increases over time
- High score saved to localStorage
- Parallax scrolling background for depth effect
The player should be on the left side of the screen with obstacles coming from the right.
Making Prompts Better
After the AI generates code, try follow-up prompts like:
"Add sound effects when the player jumps"
"Make the enemies move in different patterns"
"Add a start screen with a play button"
"Make it work on mobile with touch controls"
"Add particle effects when enemies explode"
đ
LivingBots Gaming Hub
Ready to see what others have built? The Gaming Hub features games made by LivingBots students and provides inspiration for your projects!
Visit the Gaming Hub
Play student-made games, get inspired, and share your creations!