Coder Social home page Coder Social logo

simonsays's Introduction

SimonSays

A 3d printable game of Simon Says

Print, assemble and program your own Simon Says game. How much of the randomly generated colour pattern can you memorise and repeat back? Not sure, then why not make one and find out. (My current best is level 14). ๐Ÿ‘‡ More info below ๐Ÿ‘‡

With an Arduino Nano at its core this project also incorporates an OLED screen, passive buzzer and some big bright buttons.

==========

List of items used in this project and where to find them (the links are Amazon affiliate links and help to support this channel at no cost to you):

โ–  Arduino Nano (x1): https://geni.us/ArduinoNanoV3

โ–  OLED Screen (1): https://geni.us/OLEDscreen

โ–  Battery Holders (x2): https://geni.us/2aaBatteryHolder

โ–  Resistors (220 Ohms) (x4) : https://geni.us/Ufa2s

โ–  Wire: https://geni.us/22AWGWire

โ–  AA Batteries (x4): https://geni.us/AABatteries

โ–  Illuminated Momentary Buttons (x4): https://geni.us/IllumMomentButtons

โ–  Nuts and Bolts - M3 x 10 (x4): http://geni.us/NutsAndBolts

โ–  5v buzzer (x1) : https://geni.us/5vBuzzer

โ–  PLA Filament: https://geni.us/PLAFilament

โ–  Illuminated Power Switch (x1): https://geni.us/IllumPowerSwitch

โ–  Battery powered glue gun: http://geni.us/BoschBatteryGlueGun

โ–  Battery powered soldering iron: http://bit.ly/SealeySDL6

==========

The code and wiring diagram can be downloaded from here: http://www.diymachines.co.uk/diy-arduino-simon-says-game

3D printed parts can be downloaded from here: https://www.thingiverse.com/thing:3723181

==========

SAY THANKS:

Buy me a coffee to say thanks: https://ko-fi.com/diymachines Support us on Patreon: https://www.patreon.com/diymachines

SUBSCRIBE: โ–  https://www.youtube.com/channel/UC3jc4X-kEq-dEDYhQ8QoYnQ?sub_confirmation=1

INSTAGRAM: https://www.instagram.com/diy_machines/?hl=en FACEBOOK: https://www.facebook.com/diymachines/

Disclaimer: The video is shared for demonstration purposes only.

simonsays's People

Contributors

diy-machines avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

simonsays's Issues

Issue but don't know why ... problem with the loop ?

Hello,
Don't know why but I've an issue when I try co comile the code

Simon_Says_V1.ino: In function 'setup':
Simon_Says_V1.ino:106:18: warning: iteration 50 invokes undefined behavior [-Waggressive-loop-optimizations]
     simonSaid[i] = random(5, 9);
     ~~~~~~~~~~~~~^~~~~~~~~~~~~~
Simon_Says_V1.ino:105:19: note: within this loop
 for (int i = 0; i <= levelsInGame; i++) {
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/main.cpp: In function 'main':
Simon_Says_V1.ino:106:18: warning: iteration 50 invokes undefined behavior [-Waggressive-loop-optimizations]
     simonSaid[i] = random(5, 9);
                  ^
Simon_Says_V1.ino:105:19: note: within this loop
 for (int i = 0; i <= levelsInGame; i++) {

Can't Transmit the code into my Nano :( please could you help ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.