-
Notifications
You must be signed in to change notification settings - Fork 155
Flappytop #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Trilha-pixel
wants to merge
62
commits into
hyspace:gh-pages
Choose a base branch
from
Trilha-pixel:flappytop
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Flappytop #10
Conversation
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
- Add package-lock.json to lock dependency versions - Includes all dev dependencies: coffee-script, gulp, gulp-coffee, gulp-concat, gulp-connect, gulp-uglify, and gulp-util - Ensures consistent builds across different environments and team members - Lockfile version 3 format for npm compatibility
- Add VSCode settings configuration file (.vscode/settings.json) - Update game title from "Flappy Bird" to "FLAPPY PIX" - Update instruction text to Portuguese: "TOQUE PARA VOAR\nASAS DO PÁSSARO" - Rebuild minified JavaScript file with updated source changes - Localize game interface for Portuguese-speaking users
- Translate game over screen text from English to Portuguese ("GAMEOVER" → "GAME OVER\n\nRECORDE")
- Translate retry instruction text to Portuguese ("TOUCH\nTO TRY AGAIN" → "TOQUE\nPARA TENTAR NOVAMENTE")
- Simplify initial instruction text ("TOQUE PARA VOAR\nASAS DO PÁSSARO" → "TOQUE\nPARA VOAR")
- Update script version string from numeric hash to semantic version ("v=02131824" → "v=flappypix2025")
- Compile CoffeeScript changes to minified JavaScript output
- Improves localization for Portuguese-speaking users and clarifies version tracking
…racking
- Add monetization variables (valorPorCano, saldoAcumulado) for tracking earnings
- Implement balance management functions (atualizarSaldo, carregarSaldo, salvarSaldo)
- Add points display text (pontosText) and balance display text (saldoText) to game UI
- Integrate localStorage persistence for player balance across sessions
- Add R$ 0.50 per pipe passed to accumulated balance
- Update game title to "Flappy Pix - Mentoria Tech House ForFy"
- Change background to gradient (sky blue to orange)
- Add mobile-first withdrawal button with PIX payment integration
- Display balance and points on-screen during gameplay
- Update loading text to Portuguese ("Carregando Flappy Pix...")
- Increment script version to v=flappypix2028
- Add game over monitoring to show withdrawal button when game ends
- Implement balance updates on pipe passage and game restart
- Update script version from flappypix2028 to flappypix2029 - Remove withdrawal button (saque) UI implementation and related event handlers - Remove game over monitoring logic for saque button visibility - Simplify inline scripts to basic console logging for mobile system status - Reduce HTML payload by removing 66 lines of unused button styling and functionality
…ynamic game over messages.
…interaction logic.
…lebrate player scores.
…d, including auto-collapse and dynamic header text, with corresponding style updates.
…n the game attempt limit is reached, replacing the previous alert.
… and update balance storage key.
… sizing, and update the checkout link.
…ecure environment call-to-action link.
…te its header text, and automatically expand it on game start.
…ated shadows, new fonts, and a pop-in animation.
… text UI, and updated balance saving logic.
…rs, fonts, borders, and shadows.
…just banner dimensions, and update promotional text.
…n progress bar updates with live PIX notifications.
…sions, and refine header layout and text.
… updated padding, borders, fonts, and visual effects.
…e and combo stacks, replacing the fixed 2-second multiplier and adding a multiplier HUD.
…in`, and `saldo` values.
…s, cap multiplier at 4.0x, and display earnings per second in the multiplier HUD.
…ce display logic, and redesign goal bar styling.
…new balance display, key selector, and updated input/button styles.
…a minimalist dark theme, adjusting colors, shadows, and spacing.
…local development and add `COMO_RODAR.md` with local run instructions.
…t `function ()` syntax and correct withdrawal modal element.
…, and animated withdrawal modal transition.
…rticles and swaying animation, and update the daily reserve text.
… confetti before showing the withdrawal modal.
…ile viewport settings for better mobile responsiveness.
… banner dismissal, and ensure game reset on banner click.
…ir vertical positioning.
…its auto-expansion behavior.
…ase its maximum cap from 4.0 to 6.0.
…ncrease its cap from 4.0x to 6.0x, and change the UI text from "COMBO" to "MULT".
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.
No description provided.