Minesweeper
				Minesweeper in a Shader 
				
						
						- ✅ Play directly in your browser.
 
						
						- 🖥️ Pure Shader Implementation – Entirely written in GLSL.
 
						
						- 🎮 Fully Playable Minesweeper – Classic gameplay mechanics.
 
						
						- 🖱️ Mouse & Keyboard Interaction in Shaders.
 
						
						- ⚡ Optimized Rendering – Efficient to process within a fragment-based pipeline.
 
						
						- 🔀 State Management without Traditional Memory.
 
						
						- 📺 Retro-Style Aesthetics – Crisp inspired by classic Minesweeper.
 
						
						- 🎲 Ramdom gemeration.
 
						
						- 🔧 Implementing logic without traditional variables or loops.
 
						
						- 🔧 Managing game state entirely in a shader environment.
 
						
						- 🔧 Handling user input and interactions dynamically.
 
						
					
				
🕹️ CONTROLS :
- 🖱️ LEFT CLICK : Reveal the cell below the cursor
 - ⇧ + 🖱️ LEFT CLICK : Place a flag
 - 🔄 R or click the top cell : Regenerate the grid
 - 🖱️🖱️ Double clic : Open in full screen
 
  HEPHA Engine