Difference between revisions of "Tennis for Two"
From Makers Local 256
m (Retroactively adding a project) |
m (cleaning up a little (already)) |
||
Line 6: | Line 6: | ||
==Overview== | ==Overview== | ||
− | A copy of a replica of a predecessor to Pong called "Tennis for Two". | + | A copy of a replica of a predecessor to Pong called "Tennis for Two". The original was built in 1958 by William Higinbotham while working at Brookhaven National Laboratory. The game had two controllers and used an oscilloscope for the display. Players could "hit" the ball with a button and control the trajectory with a knob. |
The original was built with all analog circuits, BUT the replica was pretty easily done with an AVR micro-controller. | The original was built with all analog circuits, BUT the replica was pretty easily done with an AVR micro-controller. | ||
Line 13: | Line 13: | ||
==Development== | ==Development== | ||
− | * 1.0 (7/11/09*) | + | * '''1.0''' - (7/11/09*) |
** Completed Project as per instructions (with personal touches) | ** Completed Project as per instructions (with personal touches) | ||
** Found and fixed a couple of my own errors | ** Found and fixed a couple of my own errors | ||
− | * 1.2 (7/18/09*) | + | * '''1.2''' - (7/18/09*) |
** Added power switch | ** Added power switch | ||
** Added BNC connectors for output to oscilloscope | ** Added BNC connectors for output to oscilloscope | ||
** Added "single player mode" switch inside right side controller. "Player 2" simply returns the ball immediately. | ** Added "single player mode" switch inside right side controller. "Player 2" simply returns the ball immediately. | ||
− | * future improvements | + | * '''future improvements''' |
** Add connectors for controllers | ** Add connectors for controllers | ||
** Possibly mount magnets to each controller and the main case to hold main portion to the oscilloscope while playing and hold all parts together while not playing. | ** Possibly mount magnets to each controller and the main case to hold main portion to the oscilloscope while playing and hold all parts together while not playing. | ||
Line 27: | Line 27: | ||
==Contributors== | ==Contributors== | ||
− | *[[CrashCart]] - Followed directions, Soldered, Assembled, and Generally put-together | + | *[[User:CrashCart|CrashCart]] - Followed directions, Soldered, Assembled, and Generally put-together |
− | *[[Ratmandu]] - Supplied and Programed the AVR (an | + | *[[User:Ratmandu|Ratmandu]] - Supplied and Programed the AVR (an ATmega8L) |
==References== | ==References== | ||
Line 34: | Line 34: | ||
*http://www.bnl.gov/bnlweb/history/higinbotham.asp - the original | *http://www.bnl.gov/bnlweb/history/higinbotham.asp - the original | ||
− | [[Category: | + | [[Category:Games]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> |
Latest revision as of 08:39, 25 July 2009
Creator: |
Contents
[hide]Overview
A copy of a replica of a predecessor to Pong called "Tennis for Two". The original was built in 1958 by William Higinbotham while working at Brookhaven National Laboratory. The game had two controllers and used an oscilloscope for the display. Players could "hit" the ball with a button and control the trajectory with a knob.
The original was built with all analog circuits, BUT the replica was pretty easily done with an AVR micro-controller.
I especially wanted to have this for Retro Gaming & Computing Night
Development
- 1.0 - (7/11/09*)
- Completed Project as per instructions (with personal touches)
- Found and fixed a couple of my own errors
- 1.2 - (7/18/09*)
- Added power switch
- Added BNC connectors for output to oscilloscope
- Added "single player mode" switch inside right side controller. "Player 2" simply returns the ball immediately.
- future improvements
- Add connectors for controllers
- Possibly mount magnets to each controller and the main case to hold main portion to the oscilloscope while playing and hold all parts together while not playing.
- if magnets prove to interfere too much, then something else to hold everything together while not in use.
- Possibly a way for AVR to keep score and display it on the screen. or maybe even on the main case
Contributors
- CrashCart - Followed directions, Soldered, Assembled, and Generally put-together
- Ratmandu - Supplied and Programed the AVR (an ATmega8L)
References
- http://www.evilmadscientist.com/article.php/tennis - the project
- http://www.bnl.gov/bnlweb/history/higinbotham.asp - the original