Skip to content
/ simon Public

Simon game for Particle Photon with "Internet Button" shield.

License

Notifications You must be signed in to change notification settings

jcouv/simon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simon

Simon game for Particle Photon with "Internet Button" shield.

Working game

To use this in your Internet Button, start a new project in the Particle IDE, add the "InternetButton" and "Simon" libraries and copy the code below into your main file.

#include "InternetButton/InternetButton.h"
#include "Simon/Simon.h"

Simon s = Simon();

void setup() {
    s.setup();   
}

void loop() {
    s.loop();
}

More information at https://particle.hackster.io/Dumky/particle-photon-simon

About

Simon game for Particle Photon with "Internet Button" shield.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages