/Life

Primary LanguageC++

Life

Introduction

This project was focused on implementat a system that performs a simulation of Conwa's life. Which is a well-known example of cellulars automaton (CA)

Compiling

Assuming you have installed Make and Git, we can follow these steps:

  1. Download the project and moves into the root directory

    git clone https://github.com/AnnaAlbuquerque/Life && cd life/
    
  2. Start the compiling process

    make
    
  3. Then run with

    ./run [options] <inputfile>
    
    

Additional Information

As the programming is running, all the configurations will be displayed in the terminal and also saved on a text file "Log_Config.txt" ```

Issues

In the current version works only with a quadratic matrix.

Contributing

You are welcome! Create the pull requests.

For major changes, please, open an issue first to discuss what you would like to change.

Support

Authors and acknowledgment

Authors

Acknowledgment

License

MIT