Gamesman - The "Shall We Play a Game?" Project
     
 
   
 
   
>>
     1,2,...,10
   Tomorrow's Tic-Tac-Toe
   Northcott's Game
   Konane
   Surround
   Knight's Dance

 

 
   
 
   
 
   
 
Games > Knight's Dance

Knight's Dance

Download Download the description of Knight's Dance

(2003-11-25 @ 2:20 PM) Question 3: What is the smallest board size we need to be able to handle?
Answer 5: You (the programmers) have control about your minimum board. You are writing get-initial-position which allows a modification of the initial position. You should allow the user to choose as small and degenerate a case as they wish. I.e., surround should be able to be played on a 2x1 board with both worm heads on both available slots.
Knights dance should be able to start on a 2x2 or 4x1 board will all the pieces there. Konane has no minimum size, and Northcott's game should work on a 1x2 board (no space to move anywhere). If you've been coding your game correctly, it should require NO change in code to handle these minimum games.
(2003-11-25 @ 2:15 PM) Question 2: We were wondering about the default board pieces and sizes. Can we
assume that our boards will start with at least two pieces, one from each player?
Answer 4: The default initial board configurations are given on the handout for each game.
(2003-11-07 @ 2:10 PM) Question 1: How big can the initial position be?
Answer 1: Infinite rows by 26 columns is the biggest we'll ask you to handle (columns specified by a letter; rows by an arbitrarily large number)

 

[Dan Garcia icon] [Department of Computer Science] [Official Website for the University of California, Berkeley]


Gamesman ©2003 Dan Garcia. All rights reserved.
Site design by Steven Chan. Site maintained by Hesam Samimi.