Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 641 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 641 Bytes

CS4414-Project

This is multiplayer DrawSomething-like command line based game.

Install and Run

The server is running on Amazon Web Service. For users of the program, do

python client.py

Dependency:

  • requests

To install, do

pip install requests

Implementation Details

The server code is written in Rust based on Rust-class Problem Set 3 zhtta server. The client side is written in Python using package requests.

Team Members

Man Wang

Hangchen Qu

Zihao Wang