https://github.com/harrison1/unreal-minesweeper-slate-plugin
Unreal-Minesweeper-Slate-Plugin
https://github.com/harrison1/unreal-minesweeper-slate-plugin
Last synced: over 1 year ago
JSON representation
Unreal-Minesweeper-Slate-Plugin
- Host: GitHub
- URL: https://github.com/harrison1/unreal-minesweeper-slate-plugin
- Owner: Harrison1
- License: mit
- Created: 2021-09-20T12:41:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T20:18:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T17:18:24.221Z (over 1 year ago)
- Language: C++
- Size: 114 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unreal-Minesweeper-Slate-Plugin

**Engine Version:** 4.27
Minesweeper Toolbar plugin made in Unreal 4. This plugin will add a toolbar button to the top of the editor that will spawn a new tab allowing the user to play Minesweeper. Minesweeper was made using Slate elements. Users will be able to adjust how many rows, columns, and mines are present on the game board, each has a max of 30. The design is very simplistic.
All the code is found in `Plugins/MinesweeperPlugin/Source/MinesweeperPlugin`
### Set up
```
git clone git@github.com:Harrison1/Unreal-Minesweeper-Slate-Plugin.git
cd Minesweeper
start Minesweeper.sln
```
***You might have to right click on the Minesweeper.uproject and Click Generate Visual Studio project files***
## Home

## Default Grid

## Game Over

## Win Screen

## Big Game Over Grid

Bomb image source: [cleanpng.com](https://www.cleanpng.com/png-clip-art-portable-network-graphics-explosion-bomb-6996720/)