Skip to content

Commit

Permalink
Unified server and client into a single Game class
Browse files Browse the repository at this point in the history
+ Unified sending socket threads and recieving socket threads
+ Unified socket manager
+ Merged server and client setup protocols for DatagramSockets into socket manager
  • Loading branch information
defaultsamson committed Aug 29, 2016
1 parent a33cdac commit 7be7454
Show file tree
Hide file tree
Showing 26 changed files with 1,067 additions and 1,269 deletions.
228 changes: 79 additions & 149 deletions src/ca/afroman/client/ClientGame.java

Large diffs are not rendered by default.

179 changes: 0 additions & 179 deletions src/ca/afroman/client/ClientSocketManager.java

This file was deleted.

152 changes: 0 additions & 152 deletions src/ca/afroman/client/ClientSocketSend.java

This file was deleted.

Loading

0 comments on commit 7be7454

Please sign in to comment.