Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Contains the following features: Saving games (automatically on close if project is not finished) Highscores Platform independence Possible moves are highlighted when an incorrect move occured Board size is variable (6-16) Built-in commandline version (start with reversi --cli ). The -s parameter ... [More] is not required. Automatic completion of player names Undo/Redo moves [Less]

0
 
  0 reviews  |  1 user  |  1,103 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Pythello is a Python implementation of the popular board game Othello, aka Reversi. You can play against a human or the computer, or watch the computer play against itself. The computer player's lookahead level is adjustable. Getting Started $ # does your system have python-tk bindings (most ... [More] do)? $ python -c 'import Tkinter' $ # if that gives ImportError, obtain python-tk: $ sudo apt-get install python-tk # or equivalent for your system $ # once you have python-tk, just easy_install and run: $ sudo easy_install pythello $ pythelloContact jabronson@gmail.com [Less]

0
 
  0 reviews  |  0 users  |  491 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.