setup: @sudo yum install python3-tkinter python3-pillow-tk python3-pillow run: @mise use python@system @python AdventureGame.py test: @mise use python@system @python -m unittest discover -s . -p "test_*.py" -v test-gameobject: @mise use python@system @python -m unittest test_game_object -v test-adventure: @mise use python@system @python -m unittest test_adventure_game -v