split up game code using new es5 syntax or whatever

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent b237b857c7
commit 506e6be65d
5 changed files with 93 additions and 82 deletions

View file

@ -4,6 +4,8 @@ import expressW from "express-ws";
var app = express();
expressW(app);
app.use('/js',express.static('./common'));
app.use(express.static('./static'));
app.ws('/', function (ws, req) {