docs: Update README - App funcional, pausada hasta perfeccionar web#5
Open
docs: Update README - App funcional, pausada hasta perfeccionar web#5
Conversation
Updated status to reflect that the Android app is fully functional: - Android Studio installed and configured - Environment variables set (ANDROID_HOME, JAVA_HOME) - gradle.properties configured (AndroidX + Jetifier) - App compiling and running successfully in emulator Development strategy: - Focus on perfecting web version first (faster iteration) - Mobile publication paused until web is polished - When ready: sync + publish to Play Store Next milestone: Perfect Master Sequence web version 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Added comprehensive tools to clear all scores from the leaderboard: New Files: - scripts/clear-leaderboard.js: Node.js script to delete all scores * Shows current score count and breakdown by game * Requires user confirmation (type 'yes') * Connects to Supabase via DATABASE_URL * Safe error handling and verification - docs/CLEAR_LEADERBOARD.md: Complete guide with 3 options * Option 1: Supabase SQL Editor (recommended - easiest) * Option 2: Node.js script (from terminal) * Option 3: API endpoint (advanced - for future) * Includes queries to delete all or specific games * Troubleshooting section - .env.local.example: Template for environment variables * DATABASE_URL configuration guide * Instructions to get connection string from Supabase Updated: - package.json: Added 'clear-leaderboard' npm script Usage: 1. Easiest: Supabase Console → SQL Editor → DELETE FROM scores; 2. Script: npm run clear-leaderboard (requires .env.local setup) Use case: Reset leaderboard to initial state (no scores) 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
fasmote
added a commit
that referenced
this pull request
Nov 21, 2025
…buttons ## UI Enhancements - Add custom isometric SVG joysticks to homepage title with neon glow effects - Joysticks feature proper isometric perspective (30° angles) and multi-layer glow - Add floating "Volver al Inicio" button to about.html - Add float animation for joystick icons ## UX Improvements - Modal Auto-close - Knight Quest: Auto-close modal and open leaderboard after score submission - Master Sequence: Auto-close modal and open leaderboard after score submission - Follows same pattern as Square Rush for consistent UX ## Bug Fixes - Time Tracking - Knight Quest: Save finalTime at victory, not at submission (fix time inconsistency) - Memory Matrix: Call stopGlobalTimer() when completing all levels - Fixes issue where leaderboard showed incorrect times (e.g., 41s vs 54s) ## Content & Navigation - Add chess_rules.html page with NeonChess styling and piece images - Add "Reglas del Ajedrez" link to footer across all pages - Add floating back buttons to contact.html, privacy-policy.html, chess_rules.html - Add ChessInFive to about.html with clickable game name links ## Documentation - Update CHANGELOG.md with v2.2.0 (time tracking fixes) - Add detailed section #5 to ERRORES_Y_SOLUCIONES.md with bug analysis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated status to reflect that the Android app is fully functional:
Development strategy:
Next milestone: Perfect Master Sequence web version
🤖 Generated with Claude Code
🔄 Pull Request
📝 Descripción
🎯 Tipo de Cambio
🔗 Issue Relacionado
Fixes #(issue)
🧪 ¿Cómo se ha testeado?
📸 Screenshots (si aplica)
Antes:
Después:
📱 Testing Móvil
♿ Accesibilidad
📋 Checklist General
🚀 Deployment Notes
📝 Notas Adicionales