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

Shared / global camera #78

Open Zemanzo opened 5 years ago

Zemanzo commented 5 years ago

Description This camera is controlled by an algorithm that is the same for every client, hence it will produce identical visuals for all players.

Minimum Acceptance Criteria Needs to output the same image to all players at the same time (with some margin of error, of course). Tracks the marbles that are in first, whilst trying to keep as many other marbles on screen without losing out on the action in front.

Is blocked by the following issues Goes together with #79