Skip to content

Commit c5c9df1

Browse files
committed
Added AI_animal_game and deleted the morse code and also created an seperate folder
1 parent b073d2b commit c5c9df1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: Game-Galore/AI_Guess_Animal.py renamed to Game-Galore/AI-Animal-Guess/AI_Guess_Animal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class AnimalGame:
55
def __init__(self):
66
# Load animal data from a JSON file or create a default one if it doesn't exist
7-
self.folder_name = 'Game-Galore'
7+
self.folder_name = 'Game-Galore/AI-Animal-Guess'
88
self.data_file = os.path.join(self.folder_name, 'animals.json')
99
self.animals = self.load_data()
1010

Diff for: Game-Galore/AI-Animal-Guess/animals.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"questions": {"mammal": "eyes"}, "animals": ["dog", "cat", "elephant", "tiger", "lion", "rabbit", "fish", "tiger"]}

Diff for: Game-Galore/animals.json

-1
This file was deleted.

0 commit comments

Comments
 (0)