|
| 1 | +============================================================================== |
| 2 | + |
| 3 | + T E L E B A L L |
| 4 | + |
| 5 | + |
| 6 | + Retro style Arduino based BreakOut & Tennis game |
| 7 | + made in August .. December 2014 |
| 8 | + |
| 9 | + * idea, code and original circurit design by sy2002 |
| 10 | + * additional circurit design and board layout by doubleflash |
| 11 | + * body housing/case by Miro |
| 12 | + |
| 13 | + License: You are free to share and adapt for any purpose, |
| 14 | + even commercially as long as you attribute to |
| 15 | + sy2002, doubleflash and Miro and link to http://www.sy2002.de |
| 16 | + |
| 17 | + http://creativecommons.org/licenses/by/4.0/ |
| 18 | + |
| 19 | +============================================================================== |
| 20 | + |
| 21 | +* TeleBall is fun to play! It offers two play modes: A 3-level BreakOut clone |
| 22 | + as a single player game and a two player Tennis game using radio to connect |
| 23 | + two TeleBall devices. It is delighting to see, how much fun playing on a |
| 24 | + 8x8 dot matrix display using a poti-controller can be. |
| 25 | + |
| 26 | +* Open index.html with a browser to get a much better project documentation, |
| 27 | + how-to play and how-to build guide and a bill of materials (BOM). |
| 28 | + |
| 29 | +* Folder structure: |
| 30 | + |
| 31 | + cad: CAD data for 3D printing the TeleBall case |
| 32 | + Use ".stl" to modify the design or to create a custom output file. |
| 33 | + Most online 3D print shops can use the ".cmb.gz" for production. |
| 34 | + Made with FreeCad: http://www.freecadweb.org |
| 35 | + |
| 36 | + doc: HTML documentation; use "index.html" in root folder to browse |
| 37 | + |
| 38 | + eagle: Electronic schematic diagram including PCB layout. |
| 39 | + The libraries.zip files are only needed, if you want to modify |
| 40 | + anything; otherwise you can just send the ".brd" file to any |
| 41 | + online PCB manufacturing company to receive a TeleBall PCB. |
| 42 | + Made with the freeware version of Eagle: http://www.cadsoftusa.com |
| 43 | + |
| 44 | + src: Arduino source code aka Sketch in the subfolder "TeleBall". |
| 45 | + Compile and upload it to your device using Arduino's IDE. You need |
| 46 | + to install the libraries from libraries.zip first, before being |
| 47 | + able to compile. The "archive" folder contains historic versions. |
| 48 | + Made with Arduino: http://arduino.cc/de/Main/Software |
| 49 | + |
| 50 | + |
| 51 | +Last modified by sy2002 on 26th of December 2014 |
0 commit comments