Giter VIP home page Giter VIP logo

minesweeper's Introduction

Minesweeper

This repositoy hosts the ongoing development of a minesweeper program, created for educational and fun purpose.

Comments and contributions are welcome.

Build minesweeper

Minesweeper build system uses conan for dependencies management and CMake for the actual build.

As such, to properly build the system, you should:

# Install conan files
rm -rf build
mkdir build && cd build
conan install ..

# Run cmake
cmake -S ..

# Actual make
make

The actual minesweeper program will be in the build/bin/ directory.

Testing

The build should by default happen with CMAKE_BUILD_TYPE to Debug, enabling testing.

This will create the different tests executables under build/bin/test/.

You can run make test to run the tests.

Additionnaly, you can set the CTEST_OUTPUT_ON_FAILURE environment variable to let CTest output what happened if a test fails.

Additionnaly, if lcov is found, make coverage runs the tests and provides a coverage report in coverage/

minesweeper's People

Contributors

aethelflaed avatar yael2106 avatar

Watchers

 avatar James Cloos avatar

minesweeper's Issues

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.