Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.19 KB

Simuverse

This is a simulation of every stage of life of simple particles in multiverse environemt. Includes simple example of usage. Simuverse thinks of particles as parents to another particles and creates them using random numbers giving them handles to connect to another particles in universe and layers this out to another multiverses. There can be random number of handles attached to given particle type (assumes current physics number of basic particles) and one is needed for particle "parent" particle.

Example program assumes one universe in multiverse and passes only limited number of periods when the particle is created.

This program could work better when ported to C or C++, but it would need some tweaking on to do so, as it uses generics to work with particles.

Code language

This repository is written in C#, but you are welcome to port it to more multi-platform language, so it could reach more audience.

License

GNU GPL v3.0

Remember to share your source code under the license specified here which requires you to share your source code along with your software distribution.

Author

Szymon Błaszczyński