More actions
(Created page with "{{Infobox PSP homebrew | title = Minesweeper | image = https://dlhb.gamebrew.org/psphomebrew/Minesweeper.jpg|250px | type = Puzzle | version = initial release | licence = Mixe...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = Minesweeper | | title = Minesweeper | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/minesweepersg57.jpg|250px | ||
| type = Puzzle | | type = Puzzle | ||
| version = | | version = 20 Aug 2008 | ||
| licence = Mixed | | licence = Mixed | ||
| author = sg57 | | author = sg57 | ||
| website = https:// | | website = https://www.neoflash.com/forum/index.php?topic=5308.0 | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/minesweepersg57.7z | ||
| source = | | source = https://dlhb.gamebrew.org/psphomebrew/minesweepersg57.7z | ||
}} | }} | ||
Minesweeper is | Minesweeper is a Windows Minesweeper clone for PSP, featuring 3 difficulty levels and customisable minefields. The source is included, it uses OO C++ and Oslib. | ||
This is an entry from the Neo Summer Coding Compo 2008 (PSP Games). | This is an entry from the Neo Summer Coding Compo 2008 (PSP Games). | ||
Features | ==Features== | ||
* Custom minefield size and mines. | |||
* Difficulty settings from Windows Minesweeper. | |||
User guide | ==User guide== | ||
The goal is to locate all the hidden mines on the field as quickly as possible, by observing the numbers shown on the grids. Each number indicates the total amounts of bombs surrounding the particular number. | The goal is to locate all the hidden mines on the field as quickly as possible, by observing the numbers shown on the grids. Each number indicates the total amounts of bombs surrounding the particular number. | ||
Once you decide where the mines are, place the flags on it. You can reveal all the safe spots by clicking them, however you will lose the game if you click on a mine/bomb. | Once you decide where the mines are, place the flags on it. You can reveal all the safe spots by clicking them, however you will lose the game if you click on a mine/bomb. | ||
Controls | ==Controls== | ||
Analog - Move cursor at high speeds | Analog - Move cursor at high speeds | ||
D-Pad - Move cursor slowly from one spot to an adjacent one | D-Pad - Move cursor slowly from one spot to an adjacent one | ||
Cross - Click | Cross - Click | ||
Square - Place flag (signify the location of mine) | Square - Place flag (signify the location of mine) | ||
Circle - Move the grid down 1 spot (for large custom field) | Circle - Move the grid down 1 spot (for large custom field) | ||
Triangle - Move the grid up 1 spot (for large custom field) | Triangle - Move the grid up 1 spot (for large custom field) | ||
L | |||
R | L - Move the grid left 1 spot (same as above) | ||
Start - Reset the minefield and difficulty, Reset your | |||
R - Move the grid right 1 spot (same as above) | |||
Start - Reset the minefield and difficulty, Reset your custom minefield | |||
Home - Exit | Home - Exit | ||
Credits | ==Screenshots== | ||
https://dlhb.gamebrew.org/psphomebrew/minesweepersg572.jpg | |||
https://dlhb.gamebrew.org/psphomebrew/minesweepersg573.jpg | |||
==Credits== | |||
Thanks slicer4ever for the screenshots. | Thanks slicer4ever for the screenshots. | ||
==External links== | |||
NeoFlash | * NeoFlash - https://www.neoflash.com/forum/index.php?topic=5308.0 | ||
[[Category:PSP homebrew games]] | |||
[[Category:Homebrew puzzle games on PSP]] |
Revision as of 06:30, 23 August 2021
Minesweeper | |
General | |
---|---|
Author(s) | sg57 |
Type | Puzzle |
Version | 20 Aug 2008 |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
Minesweeper is a Windows Minesweeper clone for PSP, featuring 3 difficulty levels and customisable minefields. The source is included, it uses OO C++ and Oslib.
This is an entry from the Neo Summer Coding Compo 2008 (PSP Games).
Features
- Custom minefield size and mines.
- Difficulty settings from Windows Minesweeper.
User guide
The goal is to locate all the hidden mines on the field as quickly as possible, by observing the numbers shown on the grids. Each number indicates the total amounts of bombs surrounding the particular number.
Once you decide where the mines are, place the flags on it. You can reveal all the safe spots by clicking them, however you will lose the game if you click on a mine/bomb.
Controls
Analog - Move cursor at high speeds
D-Pad - Move cursor slowly from one spot to an adjacent one
Cross - Click
Square - Place flag (signify the location of mine)
Circle - Move the grid down 1 spot (for large custom field)
Triangle - Move the grid up 1 spot (for large custom field)
L - Move the grid left 1 spot (same as above)
R - Move the grid right 1 spot (same as above)
Start - Reset the minefield and difficulty, Reset your custom minefield
Home - Exit
Screenshots
Credits
Thanks slicer4ever for the screenshots.