Skip to content

Latest commit

ย 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Minesweeper Console Game

This is a console-based Minesweeper game built using C++. It uses a grid system navigated via X and Y coordinates, allowing users to uncover cells and avoid mines. The game simulates classic Minesweeper mechanics in a terminal/console environment without a graphical interface.

Features

  • Console interface using X,Y axis input
  • Randomized mine placement
  • Simple logic for win/loss conditions
  • Designed for C++ beginners
  • Easy-to-understand code in a single .cpp file

Project Background

This project was developed as the final project for the Programming Fundamentals (PF) course in our first semester of BS Computer Science.

Credits

While the structure and flow of the project were a collaborative effort, the core logic and gameplay mechanism were built by my classmate and teammate, Munawar. Huge thanks to him for being a wonderful collaborator throughout the project!

๐Ÿ“ธ Screenshots

Getting Started

To run this project:

  1. Make sure you have a C++ compiler installed (e.g., g++)

  2. Compile the code: g++ main.cpp -o minesweeper

  3. Run the game:

    ./minesweeper

License

This project is open for educational and learning purposes.

About

A console-based ๐— ๐—ถ๐—ป๐—ฒ๐—ฆ๐˜„๐—ฒ๐—ฒ๐—ฝ๐—ฒ๐—ฟ game built in C++ , Final project for 1๐˜€๐˜ ๐—ฆ๐—ฒ๐—บ๐—ฒ๐˜€๐˜๐—ฒ๐—ฟ created in collaboration with my classmate ๐— ๐˜‚๐—ป๐—ฎ๐˜„๐—ฎ๐—ฟ

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages