More actions
m (HydeWing moved page Reversme Vita to ReversMe Vita without leaving a redirect) |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Games (Board) - GameBrew | |title=Vita Homebrew Games (Board) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=reversmevita2.jpg | ||
|image_alt=ReversMe | |image_alt=ReversMe | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=ReversMe | |title=ReversMe | ||
|image= | |image=reversmevita2.jpg | ||
|description=A modern Othello for PS Vita. | |description=A modern Othello for PS Vita. | ||
|author=TheFloW | |author=TheFloW | ||
Line 74: | Line 74: | ||
==Screenshots== | ==Screenshots== | ||
reversmevita3.jpg | https://dlhb.gamebrew.org/vitahomebrews/reversmevita3.jpg | ||
reversmevita4.jpg | https://dlhb.gamebrew.org/vitahomebrews/reversmevita4.jpg | ||
==Changelog== | ==Changelog== |
Revision as of 06:20, 21 December 2022
ReversMe | |
---|---|
General | |
Author | TheFloW |
Type | Board |
Version | 1.1 |
License | Mixed |
Last Updated | 2016/07/30 |
Links | |
Download | |
Website | |
Source | |
If you haven't played Reversi/Othello before, you have definitely missed something in your childhood.
But it's never too late, launch this homebrew immediately!
You will quickly understand the game, and soon you will develop your own tactics to defeat the AI or your friend.
User guide
Multilanguage
At the moment, ReversMe supports:
- English.
- French.
- German.
- Spanish.
- Polish.
- Dutch.
AI Mode
In single player mode, you can adjust the AI level, the difficulty, to your desire. The level represents nothing than the search depth of the minimax algorithm using alpha-beta pruning with this evaluation matrix:
int matrix[4][4] = { { 120, -20, 20, 5 }, { -20, -40, -5, -5 }, { 20, -5, 15, 3 }, { 5, -5, 3, 3 } };
Controls
You can control the entire game using the touchscreen, buttons, or both combined.
Menu:
D-Pad/Analog - Navigate through the menus
Cross - Operate
Circle - Go back, Close pause menu
Start - Open/Close pause menu
Single player:
D-Pad/Left Analog - Use the board cursor
Cross - Put a new piece
Multiplayer:
D-Pad/Left Analog - Use board cursor (purple player on the left)
L - Put a new piece (purple player on the left)
Triangle/Circle/Cross/Square - Use board cursor (green player on the right)
R - Put a new piece (green player on the right)
Screenshots
Changelog
v1.1
- Added spanish, polish and dutch translation.
v1.0
- First Release.
Credits
- Thanks to yifanlu for Rejuvenate.
- Thanks to xerpi for vita2dlib.
- Thanks to 'Ash Pikachu' on dafont.com for the eurocaps font.