Entrar a la web: https://nzeros.github.io/juego/menu.html
¡Bienvenido al Gaming Hub! Una colección épica de juegos web desarrollados con HTML5, CSS3 y JavaScript puro. Experimenta nostalgia retro con gráficos modernos y mecánicas de juego avanzadas.
El eterno favorito reinventado con efectos visuales modernos.
Acción frenética contra hordas de zombies.
Velocidad pura en carreteras infinitas.
Sistema de combate avanzado con mecánicas únicas.
Contador de Combos: Hasta 5x multiplicador
Tiempo de Combo: 3 segundos para continuar
Secuencias Especiales:
├── Puñetazo → Patada → Puñetazo = "Triple Strike" (50 HP)
├── Patada → Patada → Puñetazo = "Hurricane Kick" (45 HP + knockback masivo)
└── Puñetazo → Puñetazo → Patada = "Power Slam" (55 HP + lanzamiento aéreo)
Frontend:
├── HTML5 Canvas para renderizado de juegos
├── CSS3 con Flexbox/Grid para layouts responsivos
├── JavaScript ES6+ con clases y módulos
├── Animaciones CSS para transiciones suaves
└── Google Fonts para tipografías modernas
Características Técnicas:
├── 60 FPS de rendimiento estable
├── Sistema de partículas personalizado
├── Física de colisiones optimizada
├── IA enemiga con múltiples dificultades
└── Diseño responsivo para móviles y desktop
Gaming-Hub/
├── menu.html # Página principal del hub
├── style.css # Estilos globales del menú
├── script.js # JavaScript del menú principal
├── snake/ # Juego Snake
│ ├── index.html
│ ├── script.js
│ └── style.css
├── disparos/ # Zombie Shooter
│ ├── index.html
│ ├── script.js
│ └── style.css
├── autos/ # Carrera Extrema
│ ├── index.html
│ ├── script.js
│ └── style.css
├── pelea/ # Stickman Fight ⭐
│ ├── index.html # Interfaz del juego
│ ├── script.js # Lógica de combate avanzada
│ ├── style.css # Estilos del fighting game
│ └── README.md # Documentación específica
└── README.md # Este archivo
# Clonar el repositorio
git clone https://github.com/tu-usuario/gaming-hub.git
# Navegar al directorio
cd gaming-hub
# Abrir con servidor local (recomendado)
# Opción 1: Python
python -m http.server 8000
# Opción 2: Node.js
npx http-server
# Opción 3: PHP
php -S localhost:8000
# Luego abrir: http://localhost:8000
Simplemente abre menu.html
en tu navegador para comenzar.
Flechas ← ↑ → ↓ : Direcciones
Espacio : Pausa
W A S D : Movimiento
Mouse : Apuntar y disparar
R : Recargar munición
Espacio : Pausa
↑ : Acelerar
↓ : Frenar
← → : Dirección
Espacio : Pausa
A / D : Moverse izquierda/derecha
W : Saltar
J : Puñetazo básico
H : Patada con knockback
U : Combo multi-hit
I : Combo especial (requiere 3+ combo)
S (mantener) : Cargar Ki
K : ¡KAMEHAMEHA! (requiere Ki lleno)
L : Proyectil de energía
¿Encontraste un bug? ¡Ayúdanos a mejorar!
¡Las contribuciones son bienvenidas! Para contribuir:
git checkout -b feature/nueva-caracteristica
)git commit -m 'Agregar nueva característica'
)git push origin feature/nueva-caracteristica
)MIT License
Copyright (c) 2024 Gaming Hub
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Desarrollado con ❤️ por:
📈 Métricas del Código:
├── Líneas de JavaScript: ~2,500
├── Líneas de CSS: ~1,800
├── Líneas de HTML: ~400
├── Archivos totales: 15+
├── Clases implementadas: 8+
└── Funciones principales: 50+
🎮 Características del Gaming:
├── Juegos completamente funcionales: 4
├── Sistemas de combate únicos: 1
├── Movimientos especiales: 15+
├── Efectos de partículas: 20+
└── Niveles de dificultad: 16 (4 por juego)
git clone https://github.com/tu-usuario/gaming-hub.git
cd gaming-hub
# Abre menu.html en tu navegador
# ¡Disfruta de la experiencia gaming épica! 🎮
¿Listo para el combate épico con KAMEHAMEHA? 🥊⚡
Última actualización: Diciembre 2024 Versión: 2.0.0 - Stickman Fight Edition