Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 616 Bytes

default.md

File metadata and controls

24 lines (11 loc) · 616 Bytes

Arduino game of life

Given

  • Arduino UNO
  • TFT LCD Display for Arduino LI9486

Idea

Implement Conway's Game of Life.

Implementation

Full code that you can try out is available here.

Modify init_game() function for different figures support.

Result

IMAGE ALT TEXT HERE