It is an interesting decision-based Game made with Python. I challenge you to come out this game alive and win this game. You are lost in Wonderland and you have to reach the safest place. All the Best!
- Python3
- Go to C: Drive and create a new folder named
python3
. - Download the latest Python release (Python 3). Install it in the
python3
folder.https://www.python.org/downloads/
https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe
- Download the zip file of Wonderland Game.
- Unzip the zipped folder (extract all) to
python3
folder. - Go to
python3
folder. (Path - C:\python3) - Press SHIFT button and right click anywhere inside the folder.
- Click on 'Open Powershell window here' in the list popped up. This will open a Powershell Command Line.
- Enter or Copy-paste the following commands:
.\Scripts\pip.exe install -r .\wonderland-main\requirements.txt
.\python.exe .\wonderland-main\windows\wonderlandGame.py <your-name> <gender (f/m/o)>
- Example:
.\python.exe .\wonderland-main\windows\wonderlandGame.py Alice f
.\python.exe .\wonderland-main\windows\wonderlandGame.py Bob m
- Open terminal.
- Clone the repository using following command.
git clone https://github.com/anant21/wonderland.git
- Change the directory to the repo folder.
cd wonderland
- Install the requirements.
pip3 install -r requirements.txt
- Enter following commands to start the game:
cd linux_and_unix
python3 wonderlandGame.py <your-name> <gender (f/m/o)>
- Example:
python3 wonderlandGame.py Alice f
python3 wonderlandGame.py Bob m
- Note: If you will download the Zip file, then the folder name will be "wonderland-main" in place of "wonderland".
- Go to the folder/directory i.e wonderland.
- Open the Terminal/Powershell/Command Prompt in this folder/directory.
- Start the game.
- python3 wonderlandGame.py <gender (f/m/o)>
python3 wonderlandGame.py Alice f
python3 wonderlandGame.py Bob m
- Remember to answer the questions in one word or two.
Creator: Anant Gangwar
Date: March 17. 2021
Inspired by Zork-Py Game