Reversi DS

From GameBrew
Reversi DS
Reversids.gif
General
AuthorDarren Earl (dinkumthinkum)
TypeBoard
Version0.6
LicenseMixed
Last Updated2010/12/16
Links
Download
Website
Source

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.

Compatibility

Releases are tested on the DS Lite and DeSmuME.

Online Emulator

Can use gamepad or customise in the control settings.
Nintendo DS 🎮 Keyboard
C-a.png Kb-z.png
C-b.png Kb-x.png
C-x.png Kb-a.png
C-y.png Kb-s.png
C-start.png Kb-enter.png
C-select.png Kb-v.png
C-l.png Kb-q.png
C-r.png Kb-e.png
C-pad.png Kb-dpad.png

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: