Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
Free text:
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Reversi]]}} {{ OBX activity <!--|[[Image:Reversi_icon_new.svg]]-->|2=games<!--|{{{text}}}--> }} {{ OBX source other|[https://olpc.coderanger.net/svn/reversi/ coderanger.net]|SVN}} {{ OBX pot <!-- | root = [http://translate.fedoraproject.org/module/olpc-web-activity fedora] | pot = http://translate.fedoraproject.org/POT/olpc-web-activity.master/web-activity.master.pot | po-root= http://translate.fedoraproject.org/POT/olpc-web-activity.master/ --> <!-- explicit codes: am, ar, en, es, fr, ha, hi, ig, ne, pt, ro, ru, rw, th, ur, yo // green countries --> <!-- | ar = web-activity.master.ar.po | others = [http://translate.fedoraproject.org/POT/olpc-web-activity.master/web-activity.master.pt_BR.po pt_BR] --> }} {{ OBX team |[[User:DavidL|DavidL]]}} <small>see more [[:Category:OBX templates|templates]] or [[OBX proposals|propose new]]</small> {{Olpcboxbottom}} [[Image:reversi_shot_1.jpg|thumb|Screenshot of Reversi for the OLPC]] Reversi (aka. Othello) is a simple strategy board game, an implementation of which was developed at the OLPC [[Game_Jam|Game Jam]] by [[User:DavidL|DavidL]]. == Gameplay == More info on the gameplay can be found on [http://en.wikipedia.org/wiki/Reversi Wikipedia's entry for Reversi]. == Features == === Completed Features === * Two player gameplay * Text-free chip counts and player identification * Valid moves are displayed using dots. This is to help new players. * Multiple ways of displaying who the current player is: ** the current player's id is highlighted ** the dots which indicate valid moves are colored accordingly * Black and white compatible graphics. * A chip cup that is displayed on game end. When clicked on, the game is restarted. === Unimplemented features / TODO === * A bigger cursor. The current/default one is too small and does not match the larger one used in most of Sugar. * Custom SVG icon - [[Image:Reversi_icon_new.svg]] ** See [[Sugar Icon Format]] for info on making an icon. * Network gameplay * AI for single player play * Draw-time optimizations, which should help conserve laptop power. * Multi-color graphics (for use when the laptop is not in black and white mode) * More? == Code == The source code for an XO-compatible version of Reversi that was developed at the [[Game_Jam|Game Jam]] can be found at https://olpc.coderanger.net/svn/reversi/ Patch to work with OLPCGames 1.6: <pre>Index: Reversi.activity/activity.py =================================================================== --- Reversi.activity/activity.py (revision 16) +++ Reversi.activity/activity.py (working copy) @@ -1,6 +1,6 @@ -import olpcgames +from olpcgames import activity -class ReversiActivity(olpcgames.PyGameActivity): +class ReversiActivity(activity.PygameActivity): """Reversi as a Sugar activity.""" game_name = 'Reversi'</pre> [[Category:Games]] [[Category:Software]]
General Activity Info (for latest tested version)
To add another activity version that works with other builds click "add another"
Version number:
Releases tested on: 7.1.0 (650) 7.1.1 (653) 7.1.2 (656) 8.1.0 (703) 8.1.1 (708) 8.2.0 (767) 8.2.1 Candidate
Development status: 1. Planning 2. Pre-Alpha 3. Alpha 4. Beta 5. Production-stable 6. Mature
Summary::
This is a minor edit Watch this page
Cancel