You probably downloaded the library already, but if you didn't you can get it here.

The quickstart guide should get you through this process, but if you are having trouble seeing Blinks show up, it is most likely due to where the library was placed (the folder structure).


Here is a handy diagram of the folder structure, this remains true for both PC and Mac.

└── Documents/
    └── Arduino/
        ├── hardware/
        |   ├── Move38-Blinks-Library/
        |       ├── avr/
        |           ├── AS7/
        |           ├── cores/
        |           ├── docs/
        |           ├── libraries/
        |           ├── variants/
        |           ├── boards.txt
        |           ├── keywords.txt
        |           ├── platform.txt
        |           └── ...
        ├── libraries/
        ├── blinks games/
        |   ├── game1/
        |   |   ├── README.md
        |   |   └── game1.ino
        |   ├── game2/
        |   └── ...
        └── ...