This js-script just parses a doom map I made and gets relevant map data which I will use later. It will be converted to .c file(s) to be included in a vb program. The script for reading map data is based of https://github.com/jmickle66666666/wad-js/
The first screen is supposed to show the top-down-view 2d view (slightly
errendous) and the second screen shows my 3d implementation.
Code was converted to javascript from bisquit's video on "Creating a Doom-style 3D engine in C":
https://www.youtube.com/watch?v=HQYsFshbkYw
Ofc, I am loading a doom wad and he is loading something else, maybe a
build map. So the read code is different, but data "should" be similar
enough in the end.
Read data from my test map (I then convert this into a .h file and import into the vb project):