This project implements a Doom Fire effect in Java. Inspired by the iconic fire animation from the classic game Doom, the program generates a visually appealing fire effect that simulates the spread and color variations of fire.
Include a screenshot or a GIF animation showcasing the Doom Fire effect generated by the program.
To run the Doom Fire effect, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Compile the Java source code.
- Run the program.
- Enjoy the mesmerizing Doom Fire effect!
You can customize the behavior and appearance of the Doom Fire effect by modifying the parameters in the DoomFire.java
file. Experiment with different values to create your own unique fire effects.
This project is inspired by the Doom Fire algorithm originally implemented by Fabien Sanglard. The code and concept were adapted by FunGameDeveloper