Duc's Progress Report: 4/16/01


Goals for the past week

Build a simple client/server message passing application. The server and client were to run as command line application, passing messages back and worth.

Accomplishments for the past week

I wrote the networking api and the command line server and client application using that networking api. The client is able to connect to the server successfully, however, the server is yet unable to receive any messages from the client. This is a bug, and I am currently working on resolving it.

List of schedule-altering events

Plans for the coming week

Complete message passing between server and client and start building lobby prototype.