View Single Post
  #4 (permalink)  
Old 10-13-2008, 12:37 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Quote:
what to store in the linked list's nodes
What does it take to present any position in the game? All that must be saved. Design a class to hold that info. Then design a method to use an instance of that class to draw the board.
Reply With Quote