Reversi DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = Reversi DS
| title      = Reversi DS
| image      = [[File:Reversids.gif]]
| image      = https://dlhb.gamebrew.org/dshomebrew/reversids.gif
| type        = Board
| type        = Board
| version    = 0.6
| version    = 0.6
Line 7: Line 7:
| author      = Darren Earl (dinkumthinkum)
| author      = Darren Earl (dinkumthinkum)
| website    = http://reversids.sourceforge.net/about.html
| website    = http://reversids.sourceforge.net/about.html
| download    = Media:Reversi6ds.rar
| download    = https://dlhb.gamebrew.org/dshomebrew/reversids.7z
| source      = Media:Reversi06dssrc.tar.gz
| source      = https://dlhb.gamebrew.org/dshomebrew/reversids.7z
}}   
}}   


Line 23: Line 23:


A player must flip pieces on his turn, otherwise it is forfeited. The winner is the player with the most pieces of his color on the board when no moves are available.
A player must flip pieces on his turn, otherwise it is forfeited. The winner is the player with the most pieces of his color on the board when no moves are available.
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/reversids2.png


==Compatibility==
==Compatibility==
Line 33: Line 36:
* Code cleanup.
* Code cleanup.


'''0.4 4/18/10'''
'''0.4 2010/04/18'''
* AI play is drastically improved due to a better board evaluation function.
* AI play is drastically improved due to a better board evaluation function.


'''0.3 4/02/10'''
'''0.3 2010/04/02'''
* Plenty of under-the-hood improvements. Added hashtable lookup for Maxmin algorithm, changed Maxmin to use templates instead of pointers/run time polymorphism, devkitpro/ARM updated to r30. Game play additions/improvements (hopefully) will follow shortly.
* Plenty of under-the-hood improvements. Added hashtable lookup for Maxmin algorithm, changed Maxmin to use templates instead of pointers/run time polymorphism, devkitpro/ARM updated to r30. Game play additions/improvements (hopefully) will follow shortly.


Line 45: Line 48:
* The first release of Reversi DS. Features fully playable game with beginning level AI opponent, touch screen interface, end of game recognition, and restart. The player can only play as black, the first color to play.
* The first release of Reversi DS. Features fully playable game with beginning level AI opponent, touch screen interface, end of game recognition, and restart. The player can only play as black, the first color to play.


<br>
==External links==
* Official website - http://reversids.sourceforge.net/about.html
* SourceForge - https://sourceforge.net/projects/reversids
 
[[Category:DS homebrew games]]
[[Category:DS homebrew games]]
[[Category:Homebrew board games on DS]]
[[Category:Homebrew board games on DS]]

Revision as of 15:38, 13 September 2021

Reversi DS
reversids.gif
General
Author(s)Darren Earl (dinkumthinkum)
TypeBoard
Version0.6
LicenceMixed
Links
Download
Website
Source
Advertisements

<htmlet>adsense</htmlet>


Reversi DS is an open source (GPL licensed) reversi game for the Nintendo DS. It features an intelligent computer opponent and an intuitive touch screen interface. It is developed to run on the Nintendo DS using 3rd party homebrew capable media or on Nintendo DS emulators. It is programmed in C++ and uses devkitPro.

The project was started by Darren Earl in the Fall of 2009.

User guide

Reversi is a classic 2 player boardgame traditionally played on an 8 by 8 cell board.

Pieces are uniform and two sided, each side being colored one of two colors.

Opposing pieces are flipped if they are trapped between the played piece and another piece of the same color already present on the board.

A player must flip pieces on his turn, otherwise it is forfeited. The winner is the player with the most pieces of his color on the board when no moves are available.

Screenshots

reversids2.png

Compatibility

Releases are tested on the DS Lite and DeSmuME.

Changelog

0.5

  • Added about message (start button).
  • Text engine.
  • Code cleanup.

0.4 2010/04/18

  • AI play is drastically improved due to a better board evaluation function.

0.3 2010/04/02

  • Plenty of under-the-hood improvements. Added hashtable lookup for Maxmin algorithm, changed Maxmin to use templates instead of pointers/run time polymorphism, devkitpro/ARM updated to r30. Game play additions/improvements (hopefully) will follow shortly.

0.2

  • Improved AI and computer avatar.

0.1

  • The first release of Reversi DS. Features fully playable game with beginning level AI opponent, touch screen interface, end of game recognition, and restart. The player can only play as black, the first color to play.

External links

Advertising: