You can access source code on every project (except multiplayer sandbox and concentrator defense) by going to F12 - Sources - Page - top - index.html - <random name> - <random name> - web.js
im learning to make a proper game using SDL and openGL...
what ive managed to do so far: [update: 11.11.2024]
input, GLSL compute shader, low level WAV audio callback, BMP import (file reading) and rendering, i also managed to send data over network using openSSL (client-server), i am currenty building a world saving system with no library
i would like to build this project not only on desktop, but also using Emscripten on web
wish me luck!