Skip to content

xyzpw/decay-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decay-visualizer

Visualize the decay of chemicals in real-time.

decay-visualizer-preview

This program uses ncurses to visualize the decay of chemicals. Each chemical is given a random probability at which decays, when they decay they will no longer be displayed.

Building Executable

To build executable, use make command while in the repo's root directory:

$ make

Usage

Execute the script:

$ ./decay-visualizer

After executing you will be prompted for information to run the simulation.
After inputting the required info, the simulation will begin. When all the chemicals have been eliminated, the display will exit and the duration of the simulation will be printed to the terminal.

About

Visualizes the decay of chemicals using ncurses in real-time.

Topics

Resources

Stars

Watchers

Forks