Skip to content

tiagomenegaz/doom-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doom Fire Algorithm

Doom's fire implementation using pure JS

Animated Fire

How to run this project

First of all, you have to clone this repo

git clone git@github.com: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.