Recommendation Please

Morning all,

I’ve decided I need to do a tutorial/course to learn how to set up my games on my website. I’m hoping one of you fine persons will have a recommendation for a Udemy course (or even YouTube series) to help me with this.

Requirements:

  • Instructor MUST speak Clear. British, Australian, or American English. I am too blind to try and read Closed Captions.

Optional

  • Uses Wix website build tools
  • Covers Wix-Corvid API

Any recommendation will be appreciated and investigated

So you’re making HTML5 games?

I’m making Unity games in a WebGL format. WebGL works through JavaScript and is embaded into the website page.

and that is as much as I’ve been able to figure out before getting a headache from reading pages written in 10 point font.

Haha :sweat_smile:

Although I’m no expert, I’d suggest you to go through

  1. Emscripten - a library that converts between C++ and JS.
  2. WebAssembly - an upcoming assembly format that is efficiently transmitted over IP. Fast JIT compilation allows resource-hungry applications to execute more efficiently, including games.

See if the Emscripten resources come to some use for your case.