mathieu-ducrot/vue-game-of-life

[Project] Unit testing the grid state evolution

Closed this issue · 0 comments

Goal

Ensure that the cells grid state behave properly based on the evolution rules from #2

Steps

  • Add unit tests for getting the number of neighbors for a cell in the grid
  • Add unit tests for the prediction of the next grid generation

NTH

Add unit test to the randomizedGrid method