3D Zoo

A simple zoo simulator using opengl.

Setting up your project

1. Clone the repository:

git clone https://github.com/Sujan-Koirala021/3D-Zoo

2. Create a virtual environment:

python -m venv env

This will create a virtual environment named env in your project directory. If this doesnt work, try python3.

3. Activate the virtual environment:

env\Scripts\activate

4. Install the required dependencies:

pip install -r requirements.txt

This will install all the dependencies listed in the requirements.txt file.

-> Now you are good to go.

Controls:

  • Arrow Keys to move forward, backward, left and right
  • Press A to move up and Z to move down

ScreenShots:

Screenshot (462) Screenshot (461) Screenshot (464) Screenshot (463)

Authors