Genauigkeit bei Punkten für Karte

This commit is contained in:
ben8
2025-11-15 18:54:12 +01:00
parent 63d801d62b
commit 5897ec03c7

View File

@@ -244,7 +244,7 @@ class GameConsumer(AsyncWebsocketConsumer):
else:
# Configuration - Make these easily adjustable
MAX_DISTANCE_KM = 200 # Maximum distance for scoring (in km)
MAX_DISTANCE_KM = 50 # Maximum distance for scoring (in km)
DIRECT_HIT_BONUS = 200 # Extra points for direct hit within tolerance
try: