Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Physics force trigger #245

Open Zemanzo opened 5 years ago

Zemanzo commented 5 years ago

Description Marble positions are not randomized before starting, which causes early entries to usually finish before later entries. This is unfair as the game is intended to be purely random. To change this, we need a way to shuffle the marbles. A good way to do this is to have a physics trigger that applies a backwards and upwards force, so the marbles are in a "washing machine" kind of loop.

Minimum Acceptance Criteria