An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unreal-Minesweeper-Slate-Plugin
![game in progress screen](screenshots/screenshot-5.png)

**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
![home screen](screenshots/screenshot-1.png)

## Default Grid
![default grid](screenshots/screenshot-2.png)

## Game Over
![game over screen](screenshots/screenshot-3.png)

## Win Screen
![win screen](screenshots/screenshot-4.png)

## Big Game Over Grid
![big game over grid](screenshots/screenshot-6.png)

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