• Joined on 2025-02-05
billy pushed to main at billy/musicpom 2025-03-31 02:57:07 +00:00
bd9070b1c8 artist and album labels fix
billy pushed to main at billy/musicpom 2025-03-31 02:53:14 +00:00
019bf5c8e7 broke everything changing layout
billy pushed to main at billy/musicpom 2025-03-31 00:49:08 +00:00
ba5a015495 working through what ffts doing
billy pushed to main at billy/musicpom 2025-03-30 22:48:52 +00:00
billy pushed to main at billy/clicker-clicker2 2025-03-30 20:36:28 +00:00
a4f670ebd4 i wrote this shit!!
billy pushed to main at billy/clicker-clicker2 2025-03-30 20:25:01 +00:00
d2e4ee550b Add player acceptance state to game store and update interaction logic. Implemented playerAccepted flag to control game actions based on acceptance of terms. Enhanced App component to set player acceptance on terms agreement and adjusted global click handlers to check for player acceptance before triggering actions.
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:46:01 +00:00
f000fecba2 Refactor App and component files to streamline imports and enhance UI consistency. Removed unused imports and simplified event handlers for better performance. Updated BuildingInfo to utilize Chakra UI modal for improved user experience, and adjusted MultiplierShop functionality comments for clarity.
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:36:58 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:29:00 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:20:17 +00:00
9af042c2c3 favicon
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:16:34 +00:00
da79c678ec colors and junk
billy pushed to main at billy/clicker-clicker2 2025-03-30 19:03:54 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 18:46:09 +00:00
billy pushed to main at billy/clicker-clicker2 2025-03-30 18:41:21 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 18:28:42 +00:00
billy pushed to main at billy/clicker-clicker2 2025-03-30 18:24:57 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 17:41:45 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 17:07:39 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 17:03:40 +00:00
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.
billy pushed to main at billy/clicker-clicker2 2025-03-30 16:24:36 +00:00
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.