This is a project where you have to display a 2d map file: It will display it with an isometric view. Project coding in c and compiling in web assembly.
https://jb255.github.io/Fil-De_Fer/main.html
$> clang -Wall -Wextra -Werror $(sdl2-config --cflags --libs) main.c -o main && ./main
-Basic controls:
← ↑ → ↓ , to Move.
'+' , '-' , to use Zoom.
