Doom's fire implementation using pure JS
First of all, you have to clone this repo
git clone [email protected]:tmmgarcia/doom-fire.git
cd doom-fire
If you have ruby installed in your computer, just run
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd).start'
Otherwise, you can check the following link to host a server from the current folder.