Skip to content

Game of Life is a simulation which models the life cycle of bacteria. Each generation is displayed through standard output.

Notifications You must be signed in to change notification settings

dinafuku/GameOfLife

Repository files navigation

Game of Life 🦠

Files 📁

BaseGame.cpp, BaseGame.h, Classic.cpp, Classic.h, Doughnut.cpp, Doughnut.h, Mirror.cpp, Mirror.h, Process.cpp, Process.h, Simulation.cpp, Simulation.h, main.cpp, input.txt, Makefile, .gitignore, README.md

Usage 💻

Compile: make

Run: ./life.out (file name/file path)

input.txt is a provided test file to run the program

About

Game of Life is a simulation which models the life cycle of bacteria. Each generation is displayed through standard output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published