base code for JS game projects; this version has a particular focus on exploring multiplayer support
Go to file
Tangent Wantwight f04822fcf0 only one client per page 2020-05-18 22:12:27 -04:00
.vscode Add Typescript Import Sorter config 2020-02-15 17:56:19 -05:00
src only one client per page 2020-05-18 22:12:27 -04:00
.babelrc Add babel 2020-03-24 23:48:38 -04:00
.gitignore Create stub server in Rust using Warp to handle websockets. 2020-05-10 20:06:20 -04:00
Cargo.lock debug-log received websocket messages 2020-05-17 00:43:56 -04:00
Cargo.toml Create Serde structs for messages 2020-05-18 22:12:11 -04:00
package-lock.json Implement connection to websocket server 2020-05-17 23:47:50 -04:00
package.json Implement connection to websocket server 2020-05-17 23:47:50 -04:00
plan.txt Implement connection to websocket server 2020-05-17 23:47:50 -04:00
tsconfig.json avoid accidental js spamming the project 2020-05-09 19:25:39 -04:00