Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/computer.py
diff options
context:
space:
mode:
Diffstat (limited to 'computer.py')
-rwxr-xr-xcomputer.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/computer.py b/computer.py
index 55119e1..87c2f87 100755
--- a/computer.py
+++ b/computer.py
@@ -56,6 +56,17 @@ class Computer:
self.add_letter(letter)
+ def return_letters_to_bag(self, bag, amount = 0):
+ ''' Return Letters to the bag.
+
+ @param bag: the bag which contains the Letters.
+ @amount: the amount.
+ '''
+ # implementar...
+
+
+
+
def make_move(self, board, dict, moves):
''' Function which calculates the move that the computer
will make.