Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=marble-game.html">
<title>Redirecting to Marble Game...</title>
</head>
<body>
<p>Redirecting to the Marble Game...</p>
<p>If you are not redirected, <a href="marble-game.html">click here</a>.</p>
</body>
</html>
Loading