Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMPT 371 Project - Deny and Conquer

Prerequisites

Ensure you have the following installed on your system:

Local Installation

  1. Clone the repository:
 git clone <repo-url>

Replace <repo-url> with the actual repository URL.

  1. Navigate to the root directory:
cd <repo-name>

Replace <repo-name> with the cloned repository's directory name.

Starting the Game

Server Setup

One player must start the game server before others can join.

  1. Open a terminal and navigate to the root directory of the game.
  2. Run the following command:
python server.py IP-Address
# example) python server.py 192.168.22.1

Client Connection

All players (including the one who started the server) must run the client to join the game.

  1. Open a new terminal (can't be the same one the server was started on) and navigate to the game's root directory.
  2. Run the following command:
python client.py
  1. Input the same IP-Address in the pygame text box as you used when starting server.py

About

CMPT_371_Project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages