/wonderland

Fascinating Game. Creator challenges you to win this game.

Primary LanguagePython

Wonderland Game

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!

alt text

Requirements

  • Python3

Installation

Windows

  1. Go to C: Drive and create a new folder named python3.
  2. 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
  3. Download the zip file of Wonderland Game.
  4. Unzip the zipped folder (extract all) to python3 folder.
  5. Go to python3 folder. (Path - C:\python3)
  6. Press SHIFT button and right click anywhere inside the folder.
  7. Click on 'Open Powershell window here' in the list popped up. This will open a Powershell Command Line.
  8. 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)>
  9. Example:
    • .\python.exe .\wonderland-main\windows\wonderlandGame.py Alice f
    • .\python.exe .\wonderland-main\windows\wonderlandGame.py Bob m

Linux

  1. Open terminal.
  2. Clone the repository using following command.
    • git clone https://github.com/anant21/wonderland.git
  3. Change the directory to the repo folder.
    • cd wonderland
  4. Install the requirements.
    • pip3 install -r requirements.txt
  5. Enter following commands to start the game:
    • cd linux_and_unix
    • python3 wonderlandGame.py <your-name> <gender (f/m/o)>
  6. Example:
    • python3 wonderlandGame.py Alice f
    • python3 wonderlandGame.py Bob m
  7. Note: If you will download the Zip file, then the folder name will be "wonderland-main" in place of "wonderland".

Usage

  1. Go to the folder/directory i.e wonderland.
  2. Open the Terminal/Powershell/Command Prompt in this folder/directory.
  3. Start the game.
    • python3 wonderlandGame.py <gender (f/m/o)>
    • python3 wonderlandGame.py Alice f
    • python3 wonderlandGame.py Bob m
  4. Remember to answer the questions in one word or two.

Thank You

Creator: Anant Gangwar
Date: March 17. 2021

Inspired by Zork-Py Game