Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ReversMe Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Vita Homebrew Games (Board) - GameBrew
|title=Vita Homebrew Games (Board) - GameBrew
|title_mode=append
|title_mode=append
|image=reversmevita.jpg
|image=reversmevita2.jpg
|image_alt=ReversMe
|image_alt=ReversMe
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=ReversMe
|title=ReversMe
|image=reversmevita.jpg
|image=reversmevita2.jpg
|description=Othello clone for PSVITA.
|description=A modern Othello for PS Vita.
|author=TheFloW
|author=TheFloW
|lastupdated=2016/07/30
|lastupdated=2016/07/30
Line 17: Line 17:
|website=https://wololo.net/talk/viewtopic.php?f=114&t=44128
|website=https://wololo.net/talk/viewtopic.php?f=114&t=44128
|source=https://drive.google.com/file/d/0B8d0Wy4mDFrGM0k0YW9Xd01qS2M/view
|source=https://drive.google.com/file/d/0B8d0Wy4mDFrGM0k0YW9Xd01qS2M/view
|donation=https://www.patreon.com/TheOfficialFloW
}}
}}
If you haven't played Reversi/Othello before, you have definitely missed something in your childhood.
If you haven't played Reversi/Othello before, you have definitely missed something in your childhood.
Line 24: Line 25:
You will quickly understand the game, and soon you will develop your own tactics to defeat the AI or your friend.
You will quickly understand the game, and soon you will develop your own tactics to defeat the AI or your friend.


==Controls==
ReversMe was one of the contest entries for the Revitalize Homebrew Competition.
You can control the entire game using the touchscreen, buttons, or both combined.


* Touchscreen
==User guide==
* Menus
===Multilanguage===
At the moment, ReversMe supports:
* English.
* French.
* German.
* Spanish.
* Polish.
* Dutch.


Tap on items to operate.
===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:


* Pause menu
int matrix[4][4] = {
{ 120, -20, 20, 5 },
{ -20, -40, -5, -5 },
{ 20, -5, 15, 3 },
{ 5, -5, 3, 3 }
};


To open the the pause menu, tap on the white area on the right side, next to the game board
==Controls==
You can control the entire game using the touchscreen, buttons, or both combined.


To close the pause menu, tap on the game board.
'''Menu:'''


* In-game
D-Pad/Analog - Navigate through the menus


Tap on squares to put a new piece.
Cross - Operate


* Buttons
Circle - Go back, Close pause menu
* Menus


Use either the digital pad or the left analog stick to navigate through the menus. Press X to operate, press O to go back.
Start - Open/Close pause menu


* Pause menu
'''Single player:'''


Press START to open the pause menu. To close, either press START again or O.
D-Pad/Left Analog - Use the board cursor


* Single player in-game
Cross - Put a new piece
Use either the digital pad or the left analog stick to use the board cursor. Press X to put a new piece.


* Multiplayer in-game
'''Multiplayer:'''


For purple, the player on the left side of the PS Vita, use either the digital pad or the left analog stick to use the board cursor. Press L to put a new piece.
D-Pad/Left Analog - Use board cursor (purple player on the left)


For green, the player on the right side of the PS Vita, use either /\, O, X, [] or the right analog stick to use the board cursor. Press R to put a new piece.
L - Put a new piece (purple player on the left)


==Screenshot==
Triangle/Circle/Cross/Square - Use board cursor (green player on the right)
[[image:reversmevita.jpg|600px]]


==Multilanguage==
R - Put a new piece (green player on the right)
At the moment, ReversMe supports 3 languages:
* English
* French
* German


If you want your language to be supported, please translate the list below, post it in the official release thread or PM it to me.
==Screenshots==
<pre>
https://dlhb.gamebrew.org/vitahomebrews/reversmevita3.jpg
LanguageContainer english_container = {
https://dlhb.gamebrew.org/vitahomebrews/reversmevita4.jpg
"main menu",
"single player",
"multiplayer",
"start game",
"restart game",
"exit game",
"your color",
"ai level",
"show valid moves",
"pause",
"pass",
"invalid",
"purple won",
"green won",
"you won",
"you lost",
"drawn",
"purple",
"green",
"yes",
"no",
"back",
};
</pre>
 
==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:
<pre>
int matrix[4][4] = {
{ 120, -20, 20, 5 },
{ -20, -40, -5, -5 },
{ 20, -5, 15, 3 },
{ 5, -5, 3, 3 }
};
</pre>


==Changelog==
==Changelog==
Line 113: Line 84:
* Added spanish, polish and dutch translation.
* Added spanish, polish and dutch translation.


'''(v.1.0)'''
'''v1.0'''
* First Release.
* First Release.


==Credits==
==Credits==
* Thanks to yifanlu for Rejuvenate
* Thanks to yifanlu for Rejuvenate.
* Thanks to xerpi for vita2dlib
* Thanks to xerpi for vita2dlib.
* Thanks to 'Ash Pikachu' on dafont.com for the eurocaps font
* Thanks to 'Ash Pikachu' on dafont.com for the eurocaps font.


== External links ==
== External links ==
* Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44128
* Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44128
* VitaDB - https://vitadb.rinnegatamante.it/#/info/181
* VitaDB - https://vitadb.rinnegatamante.it/#/info/181
[[Category:Revitalize Homebrew Competition]]

Latest revision as of 02:34, 2 July 2024

ReversMe
Reversmevita2.jpg
General
AuthorTheFloW
TypeBoard
Version1.1
LicenseMixed
Last Updated2016/07/30
Links
Download
Website
Source
Support Author

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.

ReversMe was one of the contest entries for the Revitalize Homebrew Competition.

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

reversmevita3.jpg reversmevita4.jpg

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.

External links

Advertising: