Skip to content

Commit

Permalink
refactor: move server code to /src
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Dec 6, 2024
1 parent a316d93 commit 975c62a
Show file tree
Hide file tree
Showing 41 changed files with 187 additions and 29 deletions.
212 changes: 185 additions & 27 deletions deno.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<link rel="stylesheet" href="/style.css">

<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/client/main.ts"></script>


<body>
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {GameServer} from "./gameserver/GameServer.ts";
import { GameServer } from "./src/server/GameServer.ts";

const gameServer : GameServer = new GameServer();
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 975c62a

Please sign in to comment.