Skip to content

Commit d64c365

Browse files
authored
README.md
1 parent 8f5fa95 commit d64c365

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Zoombinis/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Package/Script Name: Simplified Text-Based Zoombinis Game
2+
3+
Short description of package/script: This script is a simplified text-based version of the Zoombinis game. It allows players to select teams and individual Zoombinis.
4+
5+
Functionalities/Script:
6+
7+
Create and display teams of Zoombinis.
8+
Allow players to select a team and a Zoombini from that team.
9+
Setup Instructions:
10+
11+
Ensure you have Python installed on your system.
12+
Copy and paste the provided code into a file named zoombinis_game.py.
13+
How to Run:
14+
15+
Open a terminal or command prompt.
16+
Navigate to the directory where zoombinis_game.py is located.
17+
Run the script using the command:
18+
bash
19+
Copy code
20+
python zoombinis_game.py
21+
Follow the on-screen instructions to select teams and Zoombinis.
22+
Detailed Explanation:
23+
This script provides a simple text-based interface for a basic Zoombinis game. It defines functions to set up teams of Zoombinis, display teams, and allow players to select a team and a specific Zoombini from that team. The game loop continues until the player decides to exit.
24+
25+
Output:
26+
The script will display team information, allow the player to select a team and Zoombini, and provide prompts and feedback based on the player's choices.
27+
28+
Author:
29+
Shikhar9425

0 commit comments

Comments
 (0)