Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created June 23, 2026 17:56
Show Gist options
  • Select an option

  • Save Klerith/e35f4cfa7033fa10a3f25e427c28a2c5 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/e35f4cfa7033fa10a3f25e427c28a2c5 to your computer and use it in GitHub Desktop.
Pasos para crear Git Worktrees

Worktrees manualmente

  1. Crear directorio .worktrees/
  2. Ejecutar:
git worktree add .worktrees/<nombre-del-worktree>

Ahora necesitamos 3 features:

  • implementemos un triple shot: Por 5 segundos, el personaje dispara 3 veces en línea recta.
  • implementemos un sistema de skins: Poder cambiar la apariencia de la nave.
  • implementemos un escudo: Un escudo que protege a la nave de los proyectiles enemigos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment