Skip to content

Minesweeper. Part of a university assignment for the module "Prozedurale Programmierung" at TUHH.

Notifications You must be signed in to change notification settings

Dampfwalze/ProzProgProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProzProgProject

Preview

Minesweeper. This project is part of a university assignment for the module "Prozedurale Programmierung" at TUHH.

Software Requirements

Dependencies

All dependencies are resolved automaticlaly, there is no need to install any dependency

How to run

To configure the project into a new build directory, run:

cmake -S path/to/source -B path/to/build -G"MinGW Makefiles"

To build it, run:

cmake --build path/to/build

This will create an executable at bin/app(.exe) in the root of the build folder

About

Minesweeper. Part of a university assignment for the module "Prozedurale Programmierung" at TUHH.

Topics

Resources

Stars

Watchers

Forks