https://github.com/lelserslasers/problem-47
Problem 47
https://github.com/lelserslasers/problem-47
Last synced: 6 months ago
JSON representation
Problem 47
- Host: GitHub
- URL: https://github.com/lelserslasers/problem-47
- Owner: LelsersLasers
- Created: 2022-01-21T02:42:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T02:04:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T13:46:34.477Z (8 months ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem 47

The problem: "A coin with a 2-cm diameter is dropped onto a sheet of paper ruled by parallel lines that are 3 cm apart. Which is more likely, that the coin will land on a line, or that it will not?"
Baisc Info:
- Red circles are coins that touch a line
- Green circles are coins that do not touch a line
- The info in the top left displays numberGreen/totalCoins
- Basic settings for the game can be found at the top of 'game.js'
- Window size does not matter, it should work on almost any sized screen
- Because of the use of random, it might take some time before the number stablizes at the answerDownload link: https://github.com/Lord-Lelsers/Problem-47/raw/main/Problem-47.zip