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 |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = Minesweeper | |title=Minesweeper | ||
| image = | |image=minesweepersg57.jpg | ||
| type = Puzzle | |description=Clone of the classic Microsoft Minesweeper. | ||
| version = | |author=SG57 | ||
| | |lastupdated=2008/08/20 | ||
| | |type=Puzzle | ||
| website = https:// | |version=2008 | ||
| | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/minesweeper_sg57.7z | |||
|website=https://www.neoflash.com/forum/index.php?topic=5308.0 | |||
|source=https://dlhb.gamebrew.org/psphomebrew/minesweeper_sg57.7z | |||
}} | }} | ||
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 was a contest entry for the NEO Summer Coding Compo 2008 (PSP Game). | |||
==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:NEO Summer Coding Compo 2008]] |
Latest revision as of 05:50, 10 November 2024
Minesweeper | |
---|---|
General | |
Author | SG57 |
Type | Puzzle |
Version | 2008 |
License | Mixed |
Last Updated | 2008/08/20 |
Links | |
Download | |
Website | |
Source | |
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 was a contest entry for the NEO Summer Coding Compo 2008 (PSP Game).
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.