Skip to content

TheDevPath/What-is-Vibe-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Features:

  1. Player controlled ship (left/right movement, shooting)
  2. Enemy ships (left/right movement, descending movement)
  3. Collision detection (player bullets vs enemy ships, player ship vs enemy ships)
  4. Score tracking (increment score on enemy ship destruction)
  5. Game over condition (player ship collision with enemy ship)
  6. Game restart functionality (reset game state and score)

Game Controls:

  • Left Arrow: Move player ship left
  • Right Arrow: Move player ship right
  • Space: Shoot bullets
  • R: Restart game
  • Q: Quit game
  • Esc: Pause game

Project Tech Stack:

  • HTML5 canvas for rendering
  • JavaScript for game logic
  • Phaser.js for game framework
  • CSS for styling
  • Vite for development server and build tool
  • git for version control

About

Example project from what is vibe coding. Building space invaders game with github copilot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published