/HappinessAutomata

A WinForms application that simulates a cell automata

Primary LanguageC#

Happiness Automata

This WinForms application simulates a cell automata with the following given rules:

  1. Each cell can contain a women a man or a couple.
  2. Every human (man or woman) has a unique integer value that represents their character.
  3. The humans move across the board and try to form couples.