Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 977 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 977 Bytes

Doom Fire Effect in Java

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.

Demonstration

Include a screenshot or a GIF animation showcasing the Doom Fire effect generated by the program.

Usage

To run the Doom Fire effect, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Compile the Java source code.
  4. Run the program.
  5. Enjoy the mesmerizing Doom Fire effect!

Customization

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.

Credits

This project is inspired by the Doom Fire algorithm originally implemented by Fabien Sanglard. The code and concept were adapted by FunGameDeveloper