Skip to content

imns1ght/cellular_automaton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Introduction

This project is focused on implementation of a celullar automaton, the conway's game of life.

TODO

  • Review this old code
  • Write a better README.md :P

Compiling and Usage

  1. Download the project and moves into the root directory

    git clone https://github.com/RanieriSantos/cellular_automaton && cd cellular_automaton/
    
  2. Start the compiling process

    make
    
  3. Just run as usual (assuming $ is the terminal prompt):

    ./glife [options] <input_cfg_file>
    

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • Makefile 8.0%