Year: 2026
Type: Personal Project
Language: C#
// 05

Bomb Game

STACK
C# Win-Forms .NET

About the Project

Bomb Game is a Minesweeper-inspired game built in C# Windows Forms. The goal is to reveal all safe tiles without hitting a bomb. Every correct click increases your score, while a bomb instantly ends the game.

Game Mechanics

The player clicks tiles on a grid. Safe tiles turn green, while bombs trigger a full-screen flash and particle explosion. A timer tracks survival time, and a highscore system saves the best result locally. The game also detects a win when all safe fields are revealed.

What I Learned

  • Dynamic UI generation with WinForms panels
  • Random bomb placement using 2D arrays
  • Timer-based game loop logic
  • Grid-based logic and interaction systems
  • Screen flash + explosion effects
  • Particle system simulation in WinForms
  • Highscore saving using File I/O
Bomb Game Preview
PROJECT DETAILS
Year2026
TypePersonal Project
PlatformWindows
StatusCompleted
× Home Projects Skills About me Contact