# Tiny Tapeout - Game of Life Cell Logic
Inputs: 8 neighbour cell values (0 = dead, 1 = alive)
Outputs:
- bit 2 - should the cell stay alive? (if it has 2 or 3 neighbors)
- bit 3 - should the cell spring to live? (if it has exactly 3 neighbors)
Copyright (C) 2022, Uri Shaked.
License: MIT or Apache version 2.0.