Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 555 Bytes

launchpad-game-of-life

Conway's Game of Life running on the Launchpad Mini. More info on concept here.

How to use

  1. Connect launchpad to computer
  2. run npm start

Controls/Interaction

  • Button 1 Start/Stop game
  • Button 2 Reduce speed
  • Button 3 Increase speed
  • Button 8 Randomize board

Press any buton on the grid to add or remove a cell.

Reference
  • Game logic js reference link