Skip to content

Commit

Permalink
10x10
Browse files Browse the repository at this point in the history
  • Loading branch information
axjh03 committed May 2, 2024
1 parent 885e9dd commit df1c080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/uta/cse3310/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Game {
private String gameId;
private long gridGenerationTime; // Added to measure the time to generate the grid

private static final int GRID_SIZE = 10;
private static final int GRID_SIZE = 11;
private static List<String> allWords = new ArrayList<>(); // List of all words in the game
private char[][] grid; // The grid of the game
private Map<String, Boolean> wordsPlaced;
Expand Down

0 comments on commit df1c080

Please sign in to comment.