GDD is in another github repo
https://github.com/kristus123/game-engine/commit/56bc93f284384e0ced520553c1b6cedf13aa8785
Removed backend/production
https://github.com/kristus123/game-engine/commit/afd454d460ffa640fd31b964b3b039ea7ee0eef5
sudo mkdir -p --mode=0755 /usr/share/keyrings curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared any main" | sudo tee /etc/apt/sources.list.d/cloudflared.list
sudo apt-get update sudo apt-get install cloudflared
cloudflared tunnel --url http://localhost:3000 update config.js with the url in prod, then you can deploy cloudflare gives free tunnel if you have a domain. (which i have)
One cool idea that I will probably never do for now is to basically use SQLite because it has a official WASM library and then you can use the OPFS API for storing files and then just sending the entire database to the server and this can be used for making a very simple backup solution