Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2024 Meta-MorphOS.org
Description:The Minesweeper game with graphical user interface. Port by BeWorld
Developer/Porter:BeWorld
Homepage:https://github.com/ILoveBacteria/minesweeper-gui
Readme:
# Minesweeper GUI

## Description

This is my project for my basic programming course at Shahid Beheshti University.

## MorphOS
You need last SDL 2.0 libraries
Port by BeWorld - 19.03.2022

## Libraries

This program uses [sdl](https://github.com/libsdl-org/SDL) and [SBDL](https://github.com/SBU-CE/SBDL) library

## Compile

1. Download SBDL from [here](https://github.com/SBU-CE/SBDL)
2. Download sdl and move the folder including *SDL2, SDL2_image, SDL2_mixer, SDL2_ttf* to your C drive
3. Here is a sample CMake:

```CMake
cmake_minimum_required(VERSION 3.20)
project(Minesweeper)

set(CMAKE_CXX_STANDARD 11)

include_directories(Minesweeper C:/SDL/SDL2/include)
include_directories(Minesweeper C:/SDL/SDL2_image/include)
include_directories(Minesweeper C:/SDL/SDL2_mixer/include)
include_directories(Minesweeper C:/SDL/SDL2_ttf/include)
link_directories(Minesweeper C:/SDL/SDL2/lib/x86)
link_directories(Minesweeper C:/SDL/SDL2_image/lib/x86)
link_directories(Minesweeper C:/SDL/SDL2_mixer/lib/x86)
link_directories(Minesweeper C:/SDL/SDL2_ttf/lib/x86)

add_executable(Minesweeper main.cpp)

target_link_libraries(Minesweeper -std=c++11 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf)
```

4. After compiling, place *.exe* next to *.dll* files in `cmake-build-debug` directory and run it
Paypal:
Upload Date:Mar 19 2022
Category:Games/Think
Download:MineSweeperGui_19.03.2022.lha
Md5:c89eb84691f8a0d1f784d138a2e90fbe
Size:1 MB
Downloads:229
Screenshot(s)
  
History
Last Comments
Chris_Highlander
20 Mar 2022
17:18
ça marche, pas de problème :)
... mais qu'est-ce que c'est punitif >.<