This project is a Python application for RGUhack2025. Below are the instructions to set up a virtual environment, install dependencies, and run the client script on Linux, Windows, and macOS. This is soft eldritch horror text based game.
-
Create a virtual environment:
python3 -m venv venv -
Activate the virtual environment:
source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt -
Run the client script:
python client.py
-
Create a virtual environment:
python -m venv venv -
Activate the virtual environment:
.\venv\Scripts\activate -
Install dependencies:
pip install -r requirements.txt -
Run the client script:
python client.py
- Ensure you have Python installed on your system.
- The
requirements.txtfile should be in the root directory of the project.