Visualize the decay of chemicals in real-time.
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.
To build executable, use make command while in the repo's root directory:
$ makeExecute the script:
$ ./decay-visualizerAfter 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.
