PandaDoom - My HTML5 FPS game

"Let's imagine it's 1994" Sometime ago I was looking for a FPS game engine for JavaScript, to implement Doom-like game. And here it is . I was looking something really simple to adopt to my idea. I wanted to create first person shooter game that could let players to run on 6th floor of my office. Sounds scary, isn't it? :) http://wasztemborski.github.io/pandadoom/index.html In fact my goal was to check if I'm capable to do this and what technical issues it will bring. I was surprised how easy it was to adjust the current core engine for my needs. But the most important is that apart from the game the map editor was also available. Both - game and map editor - require html browser and standard technical stack: npm, grunt and web server. The most tricky part was the Map Editor. I've spent the whole week to figure out how to create my map and don't loose my work. Using map editor was so painful, especially when some part for map w...