Skip to content

Cluedo game, built in Python with Pygame library. A group project for Johns Hopkins EP - Foundations of Software Engineering course

Notifications You must be signed in to change notification settings

SelyanaSF/clue-less

Repository files navigation

README

Set-up:

  1. Create the environment. You only need to do this once, but make sure to do this for each unique environment version.
    conda env create -f doclue_env.yml -n doclue_env
  2. List environments to make sure it has been created.
    conda env list or conda info --envs
  3. Activate the environment.
    conda activate doclue_env

image

Run multi-player game:

Open multiple terminals

  • 1 terminal for the server/splash screen

    1. To start the server, run start_server.py
    2. To exit the server, you must kill the terminal (TODO: exit by keyboard shortcut)
  • 3-6 terminals for players

    1. To start a player terminal, run start_client.py for each player terminal
    2. To exit a player terminal, close out the client window

image

About

Cluedo game, built in Python with Pygame library. A group project for Johns Hopkins EP - Foundations of Software Engineering course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages