From a085e4345eb2313e01f02df3a2835e78ea612f47 Mon Sep 17 00:00:00 2001
From: Flange <122360007+MyRepositories-hub@users.noreply.github.com>
Date: Mon, 25 Mar 2024 23:29:21 +0800
Subject: [PATCH] Delete game_list.py

---
 game_list.py | 44 --------------------------------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 game_list.py

diff --git a/game_list.py b/game_list.py
deleted file mode 100644
index 2c79f7c..0000000
--- a/game_list.py
+++ /dev/null
@@ -1,44 +0,0 @@
-atari_list = [
-    'Alien',
-    'Amidar',
-    'Assault',
-    'Asterix',
-    'Asteroids',
-    'Atlantis',
-    'BankHeist',
-    'BattleZone',
-    'BeamRider',
-    'Bowling',
-    'Boxing',
-    'Breakout',
-    'Centipede',
-    'CrazyClimber',
-    'DemonAttack',
-    'Enduro',
-    'FishingDerby',
-    'Freeway',
-    'Gopher',
-    'Gravitar',
-    'IceHockey',
-    'Jamesbond',
-    'Kangaroo',
-    'Krull',
-    'KungFuMaster',
-    'MsPacman',
-    'NameThisGame',
-    'Pong',
-    'Qbert',
-    'Riverraid',
-    'RoadRunner',
-    'Robotank',
-    'Seaquest',
-    'SpaceInvaders',
-    'StarGunner',
-    'Tennis',
-    'TimePilot',
-    'Tutankham',
-    'UpNDown',
-    'VideoPinball',
-    'WizardOfWor',
-    'Zaxxon'
-]