Git Product home page Git Product logo

minesweeper's Introduction

Old School Minesweeper

Minesweeper (remember?) written in Object-Oriented C++98 in DOS for my grade 12 computer science class.

Starting screen

How it works

Each Minesweeper game starts out with a grid of unmarked squares. After clicking one of these squares, some of the squares will have numbers on them. The user must use the numbers to find out which of the blank squares have mines and which are safe to target.

The player wins after targeting all safe squares. The time taken to complete, along with the player’s username, will then be inserted into a data file as a class. The records of previous players can be viewed in the ‘High Scores’ screen, where they are sorted in descending order.

There are 4 possible actions:

  1. f: Flag a spot
  2. t: Target a spot and reveal the square
  3. s: View all high scores from scores.dat
  4. e: exit game

Defeat:

Loss

Victory:

Win

Leaderboard:

Leaderboard

minesweeper's People

Contributors

patilatharva avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.