ThreeSidedCoin

This is a project designed to test and try to find a fair 3 sided coin. Watch this video by Matt Parker for context : https://www.youtube.com/watch?v=-qqPKKOU-yY

Instructions

Panel Controls

  • Generate - Generates the coins above the ground in a random orientation.
  • Clear - Removes all of the coins
  • Count Slider - A slider to select the number of coins to generate at a time
  • Ratio - The ratio between the diameter of the coin to its width. For example the video uses the value 2√2, so use 2.828 for the value here.
  • Collisions Toggle - If true all new coins will collide with one another
  • Colour Toggle - If true the coins will change colour based on their orientation. Heads(red), Tails(blue), Sides(magenta), ⋅⋅* Invalid(yellow)
  • Velocity Slider - The range for the random starting velocity of each coin
  • Angular Velocity Slider - The range for the random starting angular velocity of each coin

Camera Controls

To move around the camera, click and hold anywhere on the screen. While holding move the mouse to move the direction and use the arrows (or WASD) to move the position of the camera.

Source Code

https://github.com/Qoramas/ThreeSidedCoin

StatusIn development
CategoryTool
PlatformsHTML5
AuthorQoramas
Made withUnity

Comments

Log in with itch.io to leave a comment.

That's interesting. I watched that video a while back and just found this upload. I think its cool that someone made this.