An open API service indexing awesome lists of open source software.

https://github.com/marlo-ong/ballsplitter

Unity probability simulation of ball bounces
https://github.com/marlo-ong/ballsplitter

simulation unity

Last synced: about 1 year ago
JSON representation

Unity probability simulation of ball bounces

Awesome Lists containing this project

README

          

# Ball Splitter Simulation

(Authored by Marlo Ongkingco)

Playable at [https://mkingco.itch.io/ballsplitter](https://mkingco.itch.io/ballsplitter).

Based on Mike O'Brien's probability simulation at [https://mana.works/splits](https://mana.works/splits).

### TODO:
- ~~Randomize ball color~~
- ~~Add slider for player to choose split probability~~
- ~~Implement custom random algorithm for 50/50 splits~~
- ~~Fix Canvas UI Scaling~~
- ~~Bugfix: Some balls remain active on ResetSimulation~~
- ~~Add accuracy stat to compare randomness to split chance~~
- ~~Optimize for 1000 active balls~~
- ~~Build to WebGL~~

### Nice-to-Haves:
- Add random tones on collision
- Further simulation customizability
- Ball bounciness
- Varying probabilities
- ~~Toggling ball-to-ball collision~~
- Varying ball/border size