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`