From 04d0765f1c64f3dd49f698ff11bc40971a4eff23 Mon Sep 17 00:00:00 2001 From: zamaan-nalakath Date: Sat, 2 Aug 2025 07:31:57 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 162 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 108 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 597b39b44..70bdbe2a2 100644 --- a/README.md +++ b/README.md @@ -1,96 +1,150 @@ frame (3) -# [Project Name] 🎯 +# Too Many Buttons 🎯 ## Basic Details -### Team Name: [Name] +### Individual : Zamaan Nalakath +### Project Description +Too Many Buttons is a completely unnecessary game designed to waste your time in the most entertaining way possible. You’re presented with 100 blank buttons. One of them says “Win.” But you don’t know which one. Every click reshuffles the entire board. You might win. But probably not. -### Team Members -- Team Lead: [Name] - [College] -- Member 2: [Name] - [College] -- Member 3: [Name] - [College] +Like Minesweeper, but with no logic. +Like life, but with more buttons. -### Project Description -[2-3 lines about what your project does] ### The Problem (that doesn't exist) -[What ridiculous problem are you solving?] +There are too many buttons in life. +So we made a game with even more — +100+ identical ones, +and only one works. + +Nobody needed this. +But we built it anyway. ### The Solution (that nobody asked for) -[How are you solving it? Keep it fun!] +When faced with too many meaningless options, +we added more. +And called it a game. + ## Technical Details ### Technologies/Components Used For Software: -- [Languages used] -- [Frameworks used] -- [Libraries used] -- [Tools used] - -For Hardware: -- [List main components] -- [List specifications] -- [List tools required] +- HTML,CSS,Java Script ### Implementation + For Software: + +Frontend Only: +This project is built entirely with HTML, CSS, and vanilla JavaScript — no frameworks, no libraries, no backend. + +Core Logic: +Create 100+ identical buttons dynamically +Randomly assign one hidden “Win” button + +On every click: +Display a message (win or lose) +Shuffle all buttons with a fade-out/fade-in animation +Track total time since the game started + +Design Choices: +Buttons have no labels (pure guessing) +Shuffle is visible for psychological damage +UI is minimalist and slightly hostile + +Files: +index.html – Structure +style.css – Visual pain +script.js – Game logic and timer + # Installation -[commands] + +git clone https://github.com/your-username/too-many-buttons.git +cd too-many-buttons + # Run -[commands] +# Option 1: Open directly +open index.html # macOS / Linux +start index.html # Windows + ### Project Documentation -For Software: -# Screenshots (Add at least 3) -![Screenshot1](Add screenshot 1 here with proper name) -*Add caption explaining what this shows* +--- + +## 🤯 Too Many Buttons + +A ridiculous guessing game with 100+ identical blank buttons. +Only one wins. They shuffle every time. It’s painful. It’s perfect. -![Screenshot2](Add screenshot 2 here with proper name) -*Add caption explaining what this shows* +--- + +### 🔧 Tech Stack + +* HTML +* CSS +* JavaScript (Vanilla) + +--- + +### 🧠 Concept + +* 100+ buttons +* One secretly says “Win” +* Click = Shuffle +* You can win, but probably won’t +* Includes timer to track your suffering + +--- + +### 🚀 Installation -![Screenshot3](Add screenshot 3 here with proper name) -*Add caption explaining what this shows* +``` +git clone https://github.com/your-username/too-many-buttons.git +cd too-many-buttons +``` + +--- + +### ▶️ Run + +``` +# Option 1 +open index.html # macOS / Linux +start index.html # Windows + +# Option 2 (recommended) +npx serve +# OR +python -m http.server +``` + +--- +--- -# Diagrams -![Workflow](Add your workflow/architecture diagram here) -*Add caption explaining your workflow* -For Hardware: -# Schematic & Circuit -![Circuit](Add your circuit diagram here) -*Add caption explaining connections* +# Screenshots (Add at least 3) +image + +Webpage -![Schematic](Add your schematic diagram here) -*Add caption explaining the schematic* +image -# Build Photos -![Components](Add photo of your components here) -*List out all components shown* -![Build](Add photos of build process here) -*Explain the build steps* +On clicking a wrong file, the tiles re shuffle. and shows "nope try again" -![Final](Add photo of final product here) -*Explain the final build* +image +On clicking correct one, it shows "You won" -### Project Demo -# Video -[Add your demo video link here] -*Explain what the video demonstrates* -# Additional Demos -[Add any extra demo materials/links] ## Team Contributions -- [Name 1]: [Specific contributions] -- [Name 2]: [Specific contributions] -- [Name 3]: [Specific contributions] +Zamaan Nalakath - Everything. --- Made with ❤️ at TinkerHub Useless Projects From 50c6bbf6e5d5bb7d7c1c6fe1b2645bd10b64c5fe Mon Sep 17 00:00:00 2001 From: zamaan-nalakath Date: Sat, 2 Aug 2025 07:50:29 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70bdbe2a2..9dcf1a43a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ frame (3) - +git clone: + https://github.com/zamaan-nalakath/Too-many-buttons # Too Many Buttons 🎯