letsgamedev / Suffragium

A game developed in a democratic cycle.
GNU Affero General Public License v3.0
51 stars 21 forks source link

SortIt: Nerfed easy griefing #53

Closed RedstoneMedia closed 2 years ago

RedstoneMedia commented 2 years ago

Description

This PR is a small change to the SortIt Mini game #34. It aims to nerf an issue that I have experienced when playing with others.

The issue is: Other players can easily grief other players, by just driving through the boxes on the pedestals. This can be done in about 1s, which is way too short, to lose all points at once.

The problem is not that players can steal boxes from other players (This is an indented part of the game), but that the game devolves into a game of griefing, once any player starts applying this tactic which forces other players to also apply this tactic, in order to have any chance of winning. This means that at the end of the game everyone ends up with 0 points and no one is happy.

The solution: When a box is on a pedestal all collisions with players are disabled. The only way to remove a box from a pedestal is, by using the magnets, which takes way more time than just colliding with it.

Type of change

Checklist