Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

lib/game: refactor MooreNeighbors function for better readability. #21

Merged
merged 3 commits into from
Nov 13, 2023

Commits on Nov 12, 2023

  1. lib/game: refactor MooreNeighbors function for better readability.

    Also provide separate implementation for wrap/non-wrapping neighbors.
    
    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c057919 View commit details
    Browse the repository at this point in the history
  2. lib/game: add more rules and rename file to rules

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    7d75a5b View commit details
    Browse the repository at this point in the history
  3. cmd: add flag to choose rules

    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6da7367 View commit details
    Browse the repository at this point in the history