-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GIT repo created and V1.1 files added
- Loading branch information
0 parents
commit bcb2e6a
Showing
13 changed files
with
24,932 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
============================================================================== | ||
|
||
T E L E B A L L | ||
|
||
|
||
Retro style Arduino based BreakOut & Tennis game | ||
made in August .. December 2014 | ||
|
||
* idea, code and original circurit design by sy2002 | ||
* additional circurit design and board layout by doubleflash | ||
* body housing/case by Miro | ||
|
||
License: You are free to share and adapt for any purpose, | ||
even commercially as long as you attribute to | ||
sy2002, doubleflash and Miro and link to http://www.sy2002.de | ||
|
||
http://creativecommons.org/licenses/by/4.0/ | ||
|
||
============================================================================== | ||
|
||
* TeleBall is fun to play! It offers two play modes: A 3-level BreakOut clone | ||
as a single player game and a two player Tennis game using radio to connect | ||
two TeleBall devices. It is delighting to see, how much fun playing on a | ||
8x8 dot matrix display using a poti-controller can be. | ||
|
||
* Open index.html with a browser to get a much better project documentation, | ||
how-to play and how-to build guide and a bill of materials (BOM). | ||
|
||
* Folder structure: | ||
|
||
cad: CAD data for 3D printing the TeleBall case | ||
Use ".stl" to modify the design or to create a custom output file. | ||
Most online 3D print shops can use the ".cmb.gz" for production. | ||
Made with FreeCad: http://www.freecadweb.org | ||
|
||
doc: HTML documentation; use "index.html" in root folder to browse | ||
|
||
eagle: Electronic schematic diagram including PCB layout. | ||
The libraries.zip files are only needed, if you want to modify | ||
anything; otherwise you can just send the ".brd" file to any | ||
online PCB manufacturing company to receive a TeleBall PCB. | ||
Made with the freeware version of Eagle: http://www.cadsoftusa.com | ||
|
||
src: Arduino source code aka Sketch in the subfolder "TeleBall". | ||
Compile and upload it to your device using Arduino's IDE. You need | ||
to install the libraries from libraries.zip first, before being | ||
able to compile. The "archive" folder contains historic versions. | ||
Made with Arduino: http://arduino.cc/de/Main/Software | ||
|
||
|
||
Last modified by sy2002 on 26th of December 2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
TeleBall Version 1.2 12/xx/14 | ||
|
||
TODO * Bugfix: The "X" in the EEPROM menu was not always accessible. | ||
|
||
|
||
|
||
TeleBall Version 1.1 12/24/14 | ||
|
||
* Bugfix: When solving the game, i.e. when the third level is successfully | ||
mastered, the applause sound is played and the smiley face is shown. | ||
|
||
* EEPROM: The device is now able to permanently store user preferences. For | ||
doing so, enter the advanced config menu by pressing the button 4 seconds | ||
while being in the standard menu. After configuring the paddle, you can now | ||
choose "square" for saving your preferences or "X" to revert back to the | ||
factory default values. | ||
|
||
|
||
|
||
TeleBall Version 1.0 12/21/14 | ||
|
||
* First release on final TeleBall hardware | ||
|
||
|
||
|
||
TeleBall Version 0.1 8/3/14 | ||
|
||
* The very first version of TeleBall was developed on the Arduino experimentor | ||
platform DuinoKit: http://duinokit.com/ShowAndTell/viewtopic.php?f=4&t=14 | ||
|
||
|
||
|
||
Last modified by sy2002 on 26th of December 2014 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.