added playerrace and updated to version 26.2 #14
Reference in New Issue
Block a user
Delete Branch "develop-jannis"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +17,4 @@public class PlayerRace extends StatelessGame {private final int height = 64;private double zLine = 32;Checkpoints sollten nicht global für alle Spieler gleich sein, sonst werden langsamere Spieler beim herunterfallen nach vorne teleportiert.
@@ -0,0 +22,4 @@private final int obstacleCount;public PlayerRace(int obstacleCount) {super(Dimension.THE_END.key, "PlayerRace", new LastWinsScore());Bei LastWinsScore gewinnt derjenige, der als letztes ins Ziel kommt...