create-snapscript
v0.4.0
Published
Create a platform-neutral SnapScript game core package.
Maintainers
Readme
create-snapscript
Scaffold a platform-neutral SnapScript game core package.
Use
npm create snapscript@latest my-game-coreUse an existing schema without copying it:
npm create snapscript@latest my-game-core -- --schema ../game.snapThe generated package owns protocol definitions, generated facades, server/client world factories, systems, tests, and RPC handlers. Platform projects provide transports, input, rendering, and deployment.
Docs
- Repository: https://github.com/wintbiit/snapscript
- Main README: https://github.com/wintbiit/snapscript#readme
License
Apache-2.0
