Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 327 Bytes

ChatAdventure

A clone of a chat client I don't even remember anymore.

Installation

Install pyglet for the client side:

sudo pip install http://pyglet.googlecode.com/files/pyglet-1.2alpha1.tar.gz

Now, just run the server or client:

python2.7 server.py
python2.7 client.py