Skip to content

Arman511/rguhack2025

Repository files navigation

Project RGUhack2025

Description

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.

Setup Instructions

Linux and macOS

  1. Create a virtual environment:

    python3 -m venv venv
    
  2. Activate the virtual environment:

    source venv/bin/activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run the client script:

    python client.py
    

Windows

  1. Create a virtual environment:

    python -m venv venv
    
  2. Activate the virtual environment:

    .\venv\Scripts\activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run the client script:

    python client.py
    

Notes

  • Ensure you have Python installed on your system.
  • The requirements.txt file should be in the root directory of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors