multiple changes
- add engdame state to local game - clean engine code - add endgame tests - fix tests - fix san checkmate symbol
This commit is contained in:
@@ -92,7 +92,7 @@ io.on("connection", (socket) => {
|
||||
});
|
||||
|
||||
if (process.env.NODE_ENV === "development")
|
||||
app.get("/games", (_req, res) => {
|
||||
app.get("/debug/games", (_req, res) => {
|
||||
const m = new Map();
|
||||
rooms.forEach((room, id) =>
|
||||
m.set(id, {
|
||||
|
||||
Reference in New Issue
Block a user