add live game UI with board rendering, timers, and SAN move list
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { PlayApp } from "./play/app.js";
|
||||
|
||||
function main() {
|
||||
const app = new PlayApp();
|
||||
window.playApp = app;
|
||||
app.installSocket();
|
||||
}
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user