forked from ritaban06/mini-js-games-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix duplicate games entries and clean up script.js #1
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
DivaQueen-dev
wants to merge
1,759
commits into
DivaQueen-dev:fix-script-js
Choose a base branch
from
ritaban06:main
base: fix-script-js
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.
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
Pattern pulse
Shadow sprint
Twister talk
Sweet swap saga
Add history timeline
Orb pop mania
Add city builder
Add karaoke star
Add dance floor
Add music composer
Add guitar simulator
Add art studio
Add science lab
Add pet care
Add farm life
Color-Rush
…l echoes and audio feedback
Pixel painter
color guessing game
…ing gravity - Ball physics with gravity, velocity, and air resistance - 5 different planets with unique gravity values (Earth, Moon, Mars, Jupiter, Neptune) - Mouse aiming system with power control - Obstacle collision detection and bouncing - Hole detection for level completion - Progressive difficulty with more obstacles per planet - Ball trail visualization - Responsive UI with planet info and stroke counter - Keyboard shortcuts: R to reset ball, N to skip level
- Game container with UI panel and canvas - Instructions overlay with game rules and era descriptions - Game over and level complete overlays - Power bar for time jump charging - Score and status displays
Gravity golf
Time traveler
Bubble wrap popper
- Control shadow puppet to evade light beams and spotlights - Use darkness actions: extinguish lights, create barriers, phase through, merge with shadows - Multiple levels with increasing difficulty - Stealth rating based on light exposure - Drag-and-drop controls for smooth movement
Magnet maze
- Drag and drop ingredients (herbs, crystals, essences, powders) into cauldron - Mix potions to discover magical effects and recipes - Multiple levels with increasing complexity and new ingredients - Recipe discovery system with scoring and progression - Dangerous combinations that can cause explosions - Visual effects with bubbling cauldron and color-changing liquids - Experimental mixtures for bonus points - Complete recipe book showing discovered potions
Shadow puppet
Potion mixer
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.
This PR fixes duplicate entries in the games array inside script.js and cleans up the code for better readability.
No gameplay changes were made.
Now the games render correctly on the main page without duplicates or broken references.
Closes ritaban06#34