Skip to content

MarcellPerger1/minecraft_clone_1

Repository files navigation

minecraft_clone_1

A minecraft clone using javascript & webgl to learn js & webgl.

Help wanted with issues tagged help_wanted

Play the game:

WebAssembly

  • Some of this could eventually be written in WebAssembly
  • but for now, js is fast enough especially after the performance improvements (and I hope it will be even faster after the addition of chunks)
  • repo where I try to get WebAssembly stuff to work: MarcellPerger1/wasm_stuff