CS576 Group 3 Project - Spring 2018
- Python 2.x
- Pygame
pip install pygame
git clone https://github.com/mickeylyle/cs576-group3.git
- 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
- Open a terminal window in installation directory
./game.py <address> <port>
where is server IP and is any you choose
- 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"