Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhaanbukhsh/magic-8
To use the ball, it must be held with the window initially facing down. After "asking the ball" a yes-no question, the user then turns the ball so that the window faces him, setting in motion the liquid and die inside. When the die floats to the top and one of its faces is pressed against the window, the raised letters displace the blue liquid to reveal the message as white letters on a blue background. Although many users shake the ball before turning it upright, the instructions warn against doing so because it can lead to bubbles. Unfortunately, over time the fluid tends to leak into the die such that eventually, it will no longer float to the top to display an answer. - Source Wikipedia(http://en.wikipedia.org/wiki/Magic_8-Ball) I tried to make a virtual version of it . So, the first version of the App that I came up with was quite crude. For android developers- it comprised of a single activity having two text fields and a button. On click of the button it calls a function which generates a number corresponding to which it sends a value or answer to the textfield
https://github.com/farhaanbukhsh/magic-8
Last synced: 14 days ago
JSON representation
To use the ball, it must be held with the window initially facing down. After "asking the ball" a yes-no question, the user then turns the ball so that the window faces him, setting in motion the liquid and die inside. When the die floats to the top and one of its faces is pressed against the window, the raised letters displace the blue liquid to reveal the message as white letters on a blue background. Although many users shake the ball before turning it upright, the instructions warn against doing so because it can lead to bubbles. Unfortunately, over time the fluid tends to leak into the die such that eventually, it will no longer float to the top to display an answer. - Source Wikipedia(http://en.wikipedia.org/wiki/Magic_8-Ball) I tried to make a virtual version of it . So, the first version of the App that I came up with was quite crude. For android developers- it comprised of a single activity having two text fields and a button. On click of the button it calls a function which generates a number corresponding to which it sends a value or answer to the textfield
- Host: GitHub
- URL: https://github.com/farhaanbukhsh/magic-8
- Owner: farhaanbukhsh
- Created: 2014-08-12T19:47:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T14:26:35.000Z (about 10 years ago)
- Last Synced: 2023-12-15T10:14:41.973Z (11 months ago)
- Language: Java
- Size: 1.48 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magic-8
=======To use the ball, it must be held with the window initially facing down. After "asking the ball" a yes-no question,
the user then turns the ball so that the window faces him, setting in motion the liquid and die inside.
When the die floats to the top and one of its faces is pressed against the window,
the raised letters displace the blue liquid to reveal the message as white letters on a blue background.
Although many users shake the ball before turning it upright,
the instructions warn against doing so because it can lead to bubbles.
I tried to make a virtual version of it . So, the first version of the App that I came up with was quite crude.
For android developers- it comprised of a single activity having two text fields and a button.
On click of the button it calls a function which generates a number corresponding to which it sends a value or answer to the textfield
then i went ahead and made it to operate on a shake using accelorometer.