Introduction: MonoPong
Here it is: MonoPong involves a CMOS NAND Gate (4011), a 4510 up/down decade counter, 4028 BCD to decimal decoder chip and as an oscillator an NE555 in astable mode.
The Game
is a 1D-version of the famous PONG game. The "ball" moves from left to right. The player has to push the button at the right moment to strike it back. If he misses the "ball" the other player wins one point.
Step 1: How It Works
Instructables is not only about how to make something, but also about learning how something works. So, let me first explain how the circuit works.
IC2 in the schematic is a CMOS 4510 up/down counter. Driven by IC1 which is a NE555 in astable mode it counts from 0 to 9 in BCD code. Normally it counts from 0 to 9, but it can be switched to count in the opposite direction by b setting pin 10 to HIGH.The BCD code is converted into a decimal code by the CMOS 4028 (IC2). This one drives the display and gives out the counted number in form of one of 10 LEDs lighting up.
The last IC is a 4011 NAND gate. Two of the NAND gates are connected to work as a RS flip flop. The inputs of the other two NAND gates are connected to the buttons and LED1 or LED10. The outputs are connected to the RS flip flop. If you push the button at the right moment, which means for example when LED10 lights up, the output of the NAND gate sends a LOW signal to the flip flop which changes its output state (eg. from HIGH to LOW or vice versa). This signal goes to pin 10 of the 4510 to change the direction of the count. The "ball" bounces back.
Step 2: Parts, Tools, Skills
Parts
- 10 LEDs: 8 red, 2 blue -- or choose the colors you like
- 2 momentary push buttons
- 1 on-off switch
- NE555
- CMOS 4510
- CMOS 4028
- CMOS 4011
- Potentiometer 100k
- Resistors: 1x 5k, 2x 100k, 1x 470 Ohm
- Capacitors: 1x 47µF, 1x 4.7µF, 1x 100nF
- Wire (a lot, different colors)
- Small wooden box, or another enclosure
- Perfboard
- Double sided tape
- 9V battery and clip
Tools
- Drill
- Soldering iron and solder
- Helping Hand (make your own)
- Wire cutter
- a set of small pliers
- Scissors
- Multimeter
- you should know how to solder
- ...how to read circuit diagrams
- have basic electronic knowledge (which means you know what an LED, capacitor, resistor etc. is)
Step 3: The Enclosure
We start with the easiest part: Drill the holes for the LEDs, pushbuttons, potentiometer and on-off-switch to the box. You can already mount these parts. I removed the metal parts of the box to have a cleaner design.
Step 4: Soldering the Circuit
Soldering the circuit it the hardest part of the work in that project. I spent a whole day (with lunchbreak!) for it. There are not much components, but a lot of wire.
Do not solder the ICs directly to the board - always use sockets!
Begin with the NE555 circuit and solder all connections step by step. Dont forget to double check all your connections by using your multimeter to avoid mistakes. It could be difficult to find the missing/wrong connection later. Refer to the circuit diagram and work very accurate. (click here for a big version of the diagram)
I did some modifications in my last version: I left out the reset button (S1) and the related pull down resisor, because it is not necessary for the game. I just connected the reset pin ( 9) to GND. I also substituted the ten current limiting resistors (next to the LEDs) with only one. One is enough because only one LED lights up a time.
In the last step solder the wire for the LEDs, poteniometer, on-off switch, battery clip and the two pushbuttons. I used different colors to not get confused when wiring these parts up. I highly recomment you to do so.
Now its time for the ICs to join the party. Put them to the sockets. Put the board into the box and wire the LEDs pushbuttons, potentiometer, battery clip and on-off switch. Again: carefully double check every single wire! It is easy to make mistakes here.
Step 5: Finishing
Glue the circuit board to the box. I also had to glue the potentiometer because the wood was too thick to screw it. I closed the box and fixed the top cover with double sided tape.
Add a 9V battery to the clip and start playing with your friends!
Modifications
I wanted to keep the design as simple as possible, but of course there are modifications possible. You could add a switch for 1 player mode closing the Player 2 button permanently. Or you could set up the circuit to avoid cheating (in my version it is possible to push and hold the button to bounce the ball back). What ever you do, please share your modifications!
...and have a lot of fun!

Participated in the
Make It Glow
30 Comments
8 years ago on Introduction
I believe that you need a monostable circuit in order to trim the signal lengh and fix the "cheating"
9 years ago on Introduction
I thought about some developments for a possible future build of my own: narrow pulse one-shot generator for each button (to avoid cheating/holding) and 4017 decade counters for score (each time the 'score' LED lights, a clock is sent to the counter) and some sort of tone being triggered by the 10th step opening. I imagined just a simple AND gate opening a tone and one has to reset the circuit to restart the game. I really REALLY like that this is just based on logic! very clever done!
10 years ago on Step 2
First of all, Thanks for share your Schematics!
I have a couple of doubts about the materials:
I am reading the schematic,
R3 (10k) is not in the list
In the Schematic, i see 8 Leds but in the list i only see 1 resistor of each type. I have supposed that it are 8 resistors of 470 Ohm, or a big one of 3.7K.
am i supposing correctly?
Reply 10 years ago on Step 2
Hey Fenris, thanks for your comment. Let me explain...
R3 was the pulldown resistor for the reset button. In my final design I left the reset button because there was no need for it.
I also changed the 8 current limiting resistors for one, because only one LED lights up one time. So you just need only one resistor between the cathodes of the LEDs and GND. (See Step 4).
Cheers Mischka
10 years ago
Cool project, I just think it would be good to put the speed switch in the middle with the power switch.
11 years ago on Introduction
This is great fun, much better than having to download a program to a microcontroller. I don't have a 4510 or 4028 but I found a 4017 decade counter in my son's electronic kit, which unfortunately only counts up, but at least I don't need to decode anything. I was thinking of using two more 555s to fix the cheating problem (and maybe adding another two counters and 7-segment LED decoders to keep score). It starts to get complicated, and my son says we should just use an Arduino, but I'm having fun.
Thanks so much for this project. (BTW, what's the best place to get these old parts? Digikey?)
Reply 10 years ago on Introduction
The cheating problem can be fixed with a 4013 dual D flip-flop I.C.
Connect the clock inputs to the push buttons and the D inputs to the decoder outputs (where the NAND gates' inputs are connected to in the original circuit) Then connect the outputs of the flip flops to the RS latch.
Reply 11 years ago on Introduction
you can get them for example at mouser.com
Reply 11 years ago on Introduction
sounds great, hope you will share your result! The parts are still very common. I bought them in a german store (Conrad) since I live in Germany ;-), but there should be sources in US.
10 years ago on Introduction
What happens when both players hold down the button? I think the game is cheatable, any simple solution around that? D-latch on the output 1 & 9 as memory for the last output stage?
Still very grate and simple circuit! A+
Reply 10 years ago on Introduction
Yes you are right, it is defenitely cheatable. I wanted to keep the circuit simple, but it should be possible to avoid cheating. Feel free to hack it better and post your solution.
11 years ago on Introduction
This is very cool! I've done quite a few analog circuits and some arduino programming, but have always wanted to do digital logic (I enjoy the electronics building much more than the programming) and this seems like an excellent starter project.
Reply 11 years ago on Introduction
indeed, I totally agree
11 years ago on Introduction
maybe it would be nice if it has a directional LED not only for two players so that it can be more fun and exiting
11 years ago on Step 4
Very nice project ...well done and nice to see the use of some of the components I grew up using ...and admiring each of their functions.
Build_it_Bob
11 years ago on Introduction
I love this, and the way you've implemented it in discrete logic. Maybe not a game you could play for hours on end, but a great novelty. Sometimes I think microcontrollers make things too easy!
It reminds me of a game I built out of TTL chips literally 3 decades ago where you had to turn off a sequencing string of LEDs by pressing a button as each lit LED passed a marker. Pressing at the wrong time would light an additional LED.
Reply 11 years ago on Introduction
When I started serious (?) electronics TTL was still on the way in, we learned to build this kind of stuff with discrete components: many transistors, resistors and caps... My very first Noughts and Crosses (Tic-Tac-Toe) machine came out of a Bernard Babbini book (who remembers them?) and was made entirely from multi-layer multi-pole rotary switches and lo-voltage light bulbs. Microprocessors ... Pah!
Reply 11 years ago on Introduction
The wonderful Babani Books!
The first circuits I ever made were a metal detector and a 'burp box' (4 cross-connected astables) from '50 Electronic Novelty Circuits'. And then a matchbox radio using the ZN414 from 'Practical Electronics'. Those were the days. Kids today . . . Don't know they're born #;¬)
Reply 11 years ago on Introduction
So true! Now it's just 'plug an Arduino into a socket with 4 LEDs and a USB then program it to play "Happy Birthday" and, WOW, Howzat for clever?'! Still, machine-code programming was damn good fun when it first appeared too. Don't suppose you built a Nascom as well, did you! ;-)
Reply 11 years ago on Introduction
Not a Nascom (oh the luxury of those Z80 16 bit registers), but an Ohio Superboard - 6502 based. Came ready built (apart from case, PSU, modulator etc) and I built an extra RAM board and a speech synth for it. Then came the brilliant BBC computer.
I've just received a Raspberry Pi I ordered a few months back. Hopefully the Raspberry project should get a few more kids thinking about what actually goes on in that black box under the desk that they play games on.