Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 826 Bytes

CellsWithFriends.md

File metadata and controls

28 lines (20 loc) · 826 Bytes

Cells With Friends

Summary:

Cells have extra information about where they were spawned from.

Details:

  1. Cells have a Color, either
    1. Player :
      1. Red
      2. Green
      3. Blue
      4. Yellow
    2. AI :
      1. Grey
  2. When a cell is born, it takes on the color of either:
    1. The majority of it's three parents.
    2. Grey(AI) in the case of a three way tie.
Color Cell Birth AI Cell Birth
image of cell color birth image of gray birth

image