Skip to content

Commit

Permalink
Added Grid Info requirement display. Will add function to actually di…
Browse files Browse the repository at this point in the history
…splay values later
  • Loading branch information
bmares authored and bmares committed Apr 17, 2024
1 parent 4352054 commit d2e7b5c
Show file tree
Hide file tree
Showing 42 changed files with 467 additions and 10,232 deletions.
14 changes: 14 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
background-color: #f0f0f0;
margin: 0;
padding: 0;
position: relative;
}

#lobby-container {
Expand Down Expand Up @@ -69,6 +70,14 @@
font-weight: bold;
}

#grid-info {
position: absolute;
bottom: 20px;
right: 20px;
padding: 5px 20px;
border-radius: 5px;
}

</style>
</head>
<body>
Expand All @@ -91,6 +100,11 @@ <h3>Leaderboard</h3>
<div id="leaderboard"></div>
</div>

<!-- Grid Info -->
<div>
<div id="grid-info">Grid Info:</div>
</div>

<script>
var gameId = -1;
var connection = null;
Expand Down
Binary file modified target/TicTacToe-1.0-SNAPSHOT.jar
Binary file not shown.
Binary file removed target/classes/uta/cse3310/.DS_Store
Binary file not shown.
Binary file modified target/classes/uta/cse3310/App.class
Binary file not shown.
Binary file added target/classes/uta/cse3310/Broadcast.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/Game$GameStats.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/Game.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/GameLogic.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/HttpServer$1.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/HttpServer.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/Leaderboard.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/Lobby.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/PlayerType$Status.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/PlayerType.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/ServerEvent.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/UserEvent.class
Binary file not shown.
Binary file modified target/classes/uta/cse3310/UserInterface.class
Binary file not shown.
Loading

0 comments on commit d2e7b5c

Please sign in to comment.