Jogo infantil Desenho Mágico — puzzle 6x6 para tablet#1
Open
jordilucas wants to merge 8 commits into
Open
Conversation
Cria um puzzle para tablet onde crianças arrastam peças coloridas em uma matriz 6x6 para formar desenhos. Inclui 10 níveis com dificuldade progressiva, sistema de pontuação e salvamento de progresso. Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Atualiza Gradle e AndroidX para permitir compilação com SDK atual. Inclui APK debug em release/desenho-magico-debug.apk para testes em tablet. Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
- Corrige NullPointerException ao carregar progresso antes de inicializar views - Corrige tema AppTheme.NoActionBar e XML inválido em values-v21 - App inicia direto no jogo Desenho Mágico como launcher - Atualiza nome do app para Desenho Mágico Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Remove referência ao Gradle 2.4 em .idea/gradle.xml e aponta o IDE para o wrapper do projeto (gradle-8.7). Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Reorganiza layout colocando botões acima da grade e libera toda a área central para o tabuleiro 6x6, que agora ocupa o máximo espaço disponível. Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.com>
Trava orientação em portrait, compacta cabeçalho e paleta, e expande o tabuleiro 6x6 para ocupar o máximo de espaço disponível. Co-authored-by: Jordi Lucas <jordilucas@users.noreply.github.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.
Resumo
Jogo infantil Desenho Mágico para tablet — arraste peças coloridas em uma grade 6×6 para formar desenhos.
APK de teste (v1.1) — corrigida
Download direto — desenho-magico-v1.1.apk (6 MB)
Correções na v1.1
Como instalar
release/desenho-magico-v1.1.apkComo funciona
Build local