Skip to content

Commit bcb2e6a

Browse files
committed
GIT repo created and V1.1 files added
0 parents  commit bcb2e6a

13 files changed

+24932
-0
lines changed

README.TXT

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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

WHATSNEW.TXT

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
TeleBall Version 1.2 12/xx/14
2+
3+
TODO * Bugfix: The "X" in the EEPROM menu was not always accessible.
4+
5+
6+
7+
TeleBall Version 1.1 12/24/14
8+
9+
* Bugfix: When solving the game, i.e. when the third level is successfully
10+
mastered, the applause sound is played and the smiley face is shown.
11+
12+
* EEPROM: The device is now able to permanently store user preferences. For
13+
doing so, enter the advanced config menu by pressing the button 4 seconds
14+
while being in the standard menu. After configuring the paddle, you can now
15+
choose "square" for saving your preferences or "X" to revert back to the
16+
factory default values.
17+
18+
19+
20+
TeleBall Version 1.0 12/21/14
21+
22+
* First release on final TeleBall hardware
23+
24+
25+
26+
TeleBall Version 0.1 8/3/14
27+
28+
* The very first version of TeleBall was developed on the Arduino experimentor
29+
platform DuinoKit: http://duinokit.com/ShowAndTell/viewtopic.php?f=4&t=14
30+
31+
32+
33+
Last modified by sy2002 on 26th of December 2014

cad/case_body_v2.stl

314 KB
Binary file not shown.

cad/case_cover_v2.stl

1.12 MB
Binary file not shown.

cad/case_full_3dprinter.cmb.gz

1.28 MB
Binary file not shown.

eagle/BreakOut-8x8-rev2.brd

Lines changed: 2607 additions & 0 deletions
Large diffs are not rendered by default.

eagle/BreakOut-8x8-rev2.sch

Lines changed: 14610 additions & 0 deletions
Large diffs are not rendered by default.

eagle/libraries.zip

73.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)