Skip to content

Commit

Permalink
Merge branch 'main' into Game_Class
Browse files Browse the repository at this point in the history
  • Loading branch information
muktar1907 authored Apr 24, 2024
2 parents 766025a + c45cc4b commit 201b8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ <h1>The Word Search Game</h1>
socket.onerror = function(evt) {
console.error("WebSocket error: " + evt.message);
};


var gameId;
var player = new Player;

class Player
{
nick;
Expand Down

0 comments on commit 201b8f3

Please sign in to comment.