Skip to content

mickeylyle/cs576-group3

Repository files navigation

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"

About

CS576 Group 3 Project - Spring 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages