Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 385 Bytes

Water particle collision simulation, the project I did at TerribleHacks Fall 2019.

  • a factory.

Press "H" or "O" to put Hydrogen and Oxygen atoms on the pipe. A water particle is formed when 2 hydrogens and 1 oxygen are at the barrier simultaneously

The particles collide elastically.

To make, type make. To run, type ./main.sh

Implemented using C++ and the NCurses library.