base code for JS game projects; this version has a particular focus on exploring multiplayer support
Go to file
Tangent Wantwight d031061c41 Create stub server in Rust using Warp to handle websockets. 2020-05-10 20:06:20 -04:00
.vscode Add Typescript Import Sorter config 2020-02-15 17:56:19 -05:00
src Create stub server in Rust using Warp to handle websockets. 2020-05-10 20:06:20 -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 Create stub server in Rust using Warp to handle websockets. 2020-05-10 20:06:20 -04:00
Cargo.toml Create stub server in Rust using Warp to handle websockets. 2020-05-10 20:06:20 -04:00
package-lock.json tidy+update packages 2020-05-09 17:55:46 -04:00
package.json tidy+update packages 2020-05-09 17:55:46 -04:00
plan.txt Share one server instance between two client instances! 2020-05-02 21:22:57 -04:00
tsconfig.json avoid accidental js spamming the project 2020-05-09 19:25:39 -04:00