aboutsummaryrefslogtreecommitdiff
path: root/imago/gameLogic/gameTree.py
blob: 59552523ebf2497f03bd351644f8f6771461a1fa (plain)
1
2
3
4
5
6
7
8
"""A tree storing a match's history, variants and information."""

# This class will not be necessary if it just keeps being a list of moves

#class GameTree:
#
#    def __init__(self):
#        self.firstMoves = []