web game development kit
A simple development platform to prototype and create simple games in the browser!
Currently only the frontend/sandbox-package is ready, and can be run via pnpm run sandbox
Sandbox starts up a simple web app that has contains a canvas that can be manipulated via scripting.
Use CTRL/CMD + S to open an editor (opens up a pop-up window, might need to allow this to make it appear!), where you can write your code, and using the same keybind to save and run code.
To build all apps and packages, run the following command:
bun build
To develop all apps and packages, run the following command:
bun dev