From 9f7e45e6b1160719d90b6a8d276caa50472c1620 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 05:24:36 +0000 Subject: [PATCH 1/2] Initial plan From 8396b3dfdbb064ab743e1b8b946beb79d61d9ee0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 05:30:50 +0000 Subject: [PATCH 2/2] Add interactive marble game with physics and scoring system Co-authored-by: abundancemarble <166725072+abundancemarble@users.noreply.github.com> --- README.md | 35 +++- index.html | 13 ++ marble-game.html | 483 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 530 insertions(+), 1 deletion(-) create mode 100644 index.html create mode 100644 marble-game.html diff --git a/README.md b/README.md index ca78562..a3f44b3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ # .github -Abundance Marble & Ceramic Works: 1. Phone/WhatsApp: 08137665702 2. Email: abundancemarble@gmail.com 3. Location: Nigeria Osogbo, Osun State + +## Marble Game 🎯 + +Welcome to the Abundance Marble & Ceramic Works interactive marble game! Test your aim and strategy in this fun physics-based game. + +### How to Play + +1. Open `marble-game.html` in your web browser +2. Click "Start Game" to begin +3. Click anywhere on the canvas to shoot marbles from the bottom +4. Hit the colored target marbles to score points +5. Each level adds more targets and increases your score multiplier +6. You have 10 marbles to start - use them wisely! + +### Features + +- **Physics-based gameplay** with realistic marble movement and collisions +- **Progressive difficulty** - advance through levels by clearing all targets +- **Score tracking** - compete for high scores +- **Responsive design** - works on desktop and mobile devices +- **Beautiful graphics** - smooth animations and particle effects + +### Play Now + +Simply open the `marble-game.html` file in your browser, or visit the deployed version. + +--- + +## Abundance Marble & Ceramic Works + +**Contact Information:** +- 📱 Phone/WhatsApp: 08137665702 +- 📧 Email: abundancemarble@gmail.com +- 📍 Location: Osogbo, Osun State, Nigeria diff --git a/index.html b/index.html new file mode 100644 index 0000000..43146c7 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +Redirecting to the Marble Game...
+If you are not redirected, click here.
+ + diff --git a/marble-game.html b/marble-game.html new file mode 100644 index 0000000..92ea814 --- /dev/null +++ b/marble-game.html @@ -0,0 +1,483 @@ + + + + + +