https://github.com/scottgriv/javascript-magic_date_ball
A witty revision of the famous Magic 8-Ball toy. Shake the Magic Date-Ball and find your random future date!
https://github.com/scottgriv/javascript-magic_date_ball
code-pen codepen css date-generator dates html magic-8-ball
Last synced: about 1 year ago
JSON representation
A witty revision of the famous Magic 8-Ball toy. Shake the Magic Date-Ball and find your random future date!
- Host: GitHub
- URL: https://github.com/scottgriv/javascript-magic_date_ball
- Owner: scottgriv
- License: unlicense
- Created: 2024-02-05T22:38:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:13:51.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:32:32.397Z (about 1 year ago)
- Topics: code-pen, codepen, css, date-generator, dates, html, magic-8-ball
- Language: JavaScript
- Homepage: https://codepen.io/scottgriv/pen/LYadGKX
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Magic "Date" Ball
A witty revision of the famous Magic 8-Ball toy.
- Play it on CodePen [here](https://codepen.io/scottgriv/pen/LYadGKX).
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [How to Play](#how-to-play)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)
## Getting Started
1. Clone this repository to your local machine.
2. Open the ```index.html``` file in your web browser.
3. Play the game!
### How to Play
1. Ask the Magic Date-Ball a future date (a completion date, a project end date, etc.)
2. Hold down your cursor over the ball.
3. Release your curser.
4. Read the date.
5. Repeat the above steps.
> [!NOTE]
> All dates are random and in the future (past the current date and in the current year you use it on).
## Resources
- [JavaScript](https://www.javascript.com/)
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [Original CodePen Fork](https://codepen.io/finnhvman/pen/wrLPJz)
## License
This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.
## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/javascript-magic_date_ball)
---------------
