element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Programmable Logic
  • Challenges & Projects
  • Project14
  • Programmable Logic
  • More
  • Cancel
Programmable Logic
Blog Mini WOPR example like wargames Movie
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Programmable Logic to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: toolkitman
  • Date Created: 14 May 2019 10:09 PM Date Created
  • Views 1926 views
  • Likes 4 likes
  • Comments 5 comments
  • programmablelogicch
Related
Recommended

Mini WOPR example like wargames Movie

toolkitman
toolkitman
14 May 2019

WOPR STORY

 

Hello There,

WOPR is in the movie WARGAMES from Disney, a phantomatic Defence system of Armed Forces that has some lights blinking and sounds around it, it plays a role as supercomputer that playes a tris game with a young hacker to win the thermonuclear war.

A part of this theme,

 

WOPR SHORT MOVIE MADE BY ME WITH SOME BASIC PROGRAMMING AND THE MINI WOPR

 

This is a short movie i have built by myself with my BASIC programs and the mini WOPR, in an Apocalipctical image,have a look at this Youtube Video: https://www.youtube.com/watch?v=wtATByUVQ4o

I have programmed the Apple II game and the Spectrum ZX game by myself, with the help in the Spectrum ZX by the book of Gary Plowman, the last piece of film come from Missile Command Game from Atari.

 

WOPR KIT ASSEMBLY

 

i have used an arduino uno and programmed it with a costum paper reinforced case similar to wopr with the images found on the web and printed and glued it. A little breadboard to connect a buzzer connected to A0 and GND and 2 red lights.connected respectivly to GND and pin 12 and 13.

 

WOPR CODE

 

The program itself is very easy and is this one:

 

int buzzer =A0;

void setup()

{

  // put your setup code here, to run once:

pinMode(13,OUTPUT);

pinMode(12,OUTPUT);

pinMode(buzzer, OUTPUT);

}

 

 

void loop() {

  // put your main code here, to run repeatedly:

digitalWrite(13, HIGH);

delay(1000);

digitalWrite(13, LOW);

delay(1000);

digitalWrite(12, HIGH);

delay(1500);

digitalWrite(12, LOW);

delay(1500);

tone(buzzer,1000,200);

delay(200);

tone(buzzer,1000,200);

delay(200);

tone(buzzer,1000,200);//play buzzer note on pin 12 at frequency of 1000Hz

delay(2000);                        //wait 2 seconds

noTone(buzzer);                //no buzzer beep

delay(1000);

 

 

}

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

ATTACHED A SMALL VIDEO TO DOWNLOAD OF THE MINI WOPR

Attachments:
You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image
  • Sign in to reply

Top Comments

  • techno2
    techno2 over 6 years ago +1
    It was a cute "I made this" moment, we never finish learning, besides other start late.
Parents
  • techno2
    techno2 over 6 years ago

    It was a cute "I made this" moment, we never finish learning, besides other start late.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • techno2
    techno2 over 6 years ago

    It was a cute "I made this" moment, we never finish learning, besides other start late.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube