Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
8245b7b3b2
Update App layout and enhance BuildingButton styles for improved UI. Adjusted spacing and column count in SimpleGrid for better building display, and refined text size and button properties in BuildingButton for enhanced readability and usability.
a41208bbfe
Add Google Fonts integration and update theme with 'Press Start 2P' font. Enhance UI with game title in App and adjust font sizes in BuildingButton and ResourceDisplay for improved readability. Remove techParts from BuildingInfo and gameStore descriptions for clarity.
a25fa4a94c
Refactor components to utilize formatNumber utility for consistent number formatting across BuildingButton, NextBuildingPreview, ResourceDisplay, and App. Removed deprecated upgrades section in App for cleaner UI, enhancing overall user experience.
034f90e635
Refactor BuildingButton and gameStore to enhance upgrade logic. Introduced methods for calculating upgrade costs and checking upgrade eligibility directly from the store. Updated tooltip messages for better user feedback on upgrade conditions, improving overall gameplay experience.
cb16a19161
Add audio feedback for user interactions in App and gameStore. Implement click and level-up sounds, and integrate sound toggle in ResourceDisplay for enhanced user experience. Refactor upgrade logic to include sound effects on purchases and upgrades, improving overall gameplay immersion.
f30a56d8e7
Enhance BuildingButton with level badge and improve production display. Refactor gameStore to introduce building tiers and update production calculations based on tier scaling, improving gameplay mechanics and user experience.
1d763b7737
Implement dynamic click power upgrade cost in App and gameStore. Refactor upgrade logic to calculate cost based on current upgrades, enhancing user experience and game mechanics. Update UI to reflect variable upgrade cost in button display.
4e8209d25d
Refactor App, ResourceDisplay, and gameStore components to streamline building information management. Removed hardcoded building data from App, centralized building info in gameStore, and adjusted ResourceDisplay calculations for click power. Enhanced overall code organization and maintainability.
b26b5d39b6
Add terms and conditions modal to App component for user agreement before starting the game. Implemented state management for terms acceptance and game start, enhancing user interaction and flow.
4bc43c54ae
Refactor App and ResourceDisplay components for improved layout and user interaction. Updated ResetButton to use a simpler design and repositioned elements for better accessibility. Enhanced visual presentation of available buildings in the shop section.