base code for JS game projects; this version has a particular focus on exploring multiplayer support
Go to file
Tangent Wantwight e5c68b0c37 Fix prediction from null state to permit local prediction before server starts sending input. 2020-05-18 19:44:19 -04:00
.vscode Add Typescript Import Sorter config 2020-02-15 17:56:19 -05:00
src Fix prediction from null state to permit local prediction before server starts sending input. 2020-05-18 19:44:19 -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 debug-log received websocket messages 2020-05-17 00:43:56 -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