Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 548 Bytes

README

Repository for node.js apps playing with a Novation Launchpad mini.

  • npm install to get necessary packages

Running

  • node app.js for sample code to interact with the launchpad
  • node draw.js for playing with drawing on the launchpad
  • node launchLife.js which handles running a game of life, and drawing it on the device
    • press buttons to set them to be alive
    • use the "Stop" button to advance one generation
    • use the "Solo" button to start/stop running through generations

Resources

  • the internet & google