Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def validate_word(word, board):
|
|
54 |
return True
|
55 |
return False
|
56 |
|
57 |
-
def boggle(size):
|
58 |
"""Main function for playing the Boggle game"""
|
59 |
st.title("Boggle Game")
|
60 |
st.write("Find as many words as possible by connecting adjacent letters on the board.")
|
|
|
54 |
return True
|
55 |
return False
|
56 |
|
57 |
+
def boggle(size, time_limit):
|
58 |
"""Main function for playing the Boggle game"""
|
59 |
st.title("Boggle Game")
|
60 |
st.write("Find as many words as possible by connecting adjacent letters on the board.")
|