Git Product home page Git Product logo

minesweeper's Introduction

Minesweeper

A Minesweeper game featuring Material Design, written with SFML.

Screenshots

Image 1 Image 2 Image 3
Image 4 Image 5 Image 6

Build & Run

We have tested the game on Ubuntu 22.04 & macOS 13.0.
Win version is not tested, but should act well after some deployments.

Linux (Debian)

  1. Setup C++ env
    sudo apt-get install gcc build-essential make cmake
  2. Install game deps
    sudo apt-get libsfml-dev libspdlog-dev
  3. Build the game
    sh ./build.sh
  4. Run Minesweeper
    cd build
    ./Minesweeper
    

macOS

  1. Download SFML and refer to the official tutorial for installation.

  2. Install the x86_64 version of Homebrew and then install the x86_64 version of spdlog.
    If you are using a device with an M1 chip, please refer to the guide available here.

  3. Compile and run using the following command.

    ./build-macos.sh
    cd build
    ./Minesweeper

License

MIT

minesweeper's People

Contributors

catslashbin avatar scris avatar

Stargazers

 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.