Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 793 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 793 Bytes

cs576-group3

CS576 Group 3 Project - Spring 2018

Requirements

  • Python 2.x
  • Pygame pip install pygame

Installation

git clone https://github.com/mickeylyle/cs576-group3.git

Running Server

  • Open a terminal window in installation directory
  • ./server.py <address> <port> where is local IP and is any you choose
  • to stop enter ctrl+c on keyboard

Running as Player

  • Open a terminal window in installation directory
  • ./game.py <address> <port> where is server IP and is any you choose

Game Play

  • Use keyboard arrows to move your player on the screen
  • Red player is "IT", and should persue other players
  • Other players try to avoid being touched by the red player
  • If you are touched by red player you will be "IT"