From f258cf8982e9a66e8bb27b4fbd9ef7ea4a47d0e2 Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 24 Jun 2025 05:54:46 +0000 Subject: [PATCH] Updated TODO because I forgot how Russian Roulette works --- game.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/game.py b/game.py index a9e6604..2207525 100644 --- a/game.py +++ b/game.py @@ -23,9 +23,6 @@ class Game(gameUtils.Game): # TODO: Add background music # TODO: Add muzzle flash # TODO: Add animations for blank firing and real firing - # TODO: Create an array that contains 1 True and 5 Falses - # to emulate a real barrel. this RNG ain't shit. - # TODO: Utilise the following new sounds: # gun-load: Should be played at the beginning of the game, # and should have an animation accompanying it.