Skip to content

Commit

Permalink
Merge pull request #22 from utastudents/websocket_connection
Browse files Browse the repository at this point in the history
Here we go again
  • Loading branch information
NotVeridion authored Apr 23, 2024
2 parents f49b659 + fb22a2d commit 7cb02c0
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h1>LEADERBOARD</h1>
var connection = null;
var serverUrl;

serverUrl = "https://" + window.location.hostname +":"+ (parseInt(window.location.port) + 100);
serverUrl = "ws//" + window.location.hostname +":9126";
connection = new WebSocket(serverUrl);

connection.onopen = function (evt) {
Expand Down
Binary file removed target/classes/com/cse3310/App.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/Coordinate.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/Game.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/HttpServer$1.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/HttpServer.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/Lobby.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/Locations.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/ServerEvent.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/User.class
Binary file not shown.
Binary file removed target/classes/com/cse3310/UserEvent.class
Binary file not shown.
Binary file removed target/cse3310-wordsearch.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions target/maven-archiver/pom.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions target/surefire-reports/TEST-com.cse3310.AppTest.xml

This file was deleted.

4 changes: 0 additions & 4 deletions target/surefire-reports/com.cse3310.AppTest.txt

This file was deleted.

Binary file removed target/test-classes/com/cse3310/AppTest.class
Binary file not shown.

0 comments on commit 7cb02c0

Please sign in to comment.