Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 728 Bytes

File metadata and controls

34 lines (19 loc) · 728 Bytes

webgdk

web game development kit

What is it?

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

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.


Build

To build all apps and packages, run the following command:

bun build

Develop

To develop all apps and packages, run the following command:

bun dev