feat: Migración completa de SnatchGame a Nuxt 4
- Creado nuevo proyecto Nuxt 4 con estructura app/ - Servidor Colyseus separado para evitar problemas con decoradores - Migrado GameRoom y toda la lógica del juego - Implementado cliente con composables useGameClient - Panel de administración funcional - Componentes Vue migrados (HomeScreen, GameScreen, PlayerCard, etc) - Configuración para ejecutar ambos servidores (npm run dev:all)
This commit is contained in:
3
nuxt-snatchgame/.env.example
Normal file
3
nuxt-snatchgame/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
NUXT_PUBLIC_GAME_NAME=SnatchGame
|
||||
NUXT_PUBLIC_WS_URL=ws://localhost:2567
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user