Thread: Reversi Game Tree

  1. #1
    Anirban Ghosh
    Join Date
    Jan 2006
    Posts
    278

    Reversi Game Tree

    In Reversi, at each step what can be the maximum number of moves possible? I want to implement Min-Max Tree.
    Also, what would be the case if I want to implement NxN reversi.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    How long did you spend looking?
    Reversi - Wikipedia, the free encyclopedia
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 08-01-2007, 01:08 PM
  2. Tic-Tac-Toe Game Tree
    By gL_nEwB in forum C++ Programming
    Replies: 2
    Last Post: 08-28-2006, 10:26 PM
  3. Game tree public interface
    By IfYouSaySo in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 03-18-2005, 08:40 PM
  4. Replies: 5
    Last Post: 05-23-2003, 01:11 PM
  5. Reversi / Othello
    By dericosp in forum C Programming
    Replies: 6
    Last Post: 06-11-2002, 05:35 PM