From b0c752f946449d2f8788252d0915457ce00d286d Mon Sep 17 00:00:00 2001 From: Brosef Date: Thu, 26 Jun 2025 07:22:09 +0100 Subject: [PATCH] Added TODOs --- game.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/game.py b/game.py index 89ad41f..d818927 100644 --- a/game.py +++ b/game.py @@ -9,6 +9,11 @@ import NoPELib import numpy as np import pygame +# TODO: Add the ability to re-draw the wheel to hightlight the selected item +# TODO: Prevent another animation from starting when the wheel's spinning +# TODO: Convery fade in / out time to be random +# TODO: Make random finer (to prevent a range of 4-5 only having two possible speeds) + def translate(value, aMin, aMax, bMin, bMax): """ Translates `value` to go from `aMin`-`aMax` to `bMin`-`bMax`