Update Big picture authored by Merlin's avatar Merlin
...@@ -20,6 +20,5 @@ This project is made of six Java projects: ...@@ -20,6 +20,5 @@ This project is made of six Java projects:
* [[GameClient]] - things that are specific to the client * [[GameClient]] - things that are specific to the client
* [[GameServer]] - things that are specific to the area servers * [[GameServer]] - things that are specific to the area servers
* [[LoginServer]] - just manages logging into the system and assigning users to their area servers * [[LoginServer]] - just manages logging into the system and assigning users to their area servers
* [[GameManager]] - a standalone app used to manage the system and record out of game quests
* [[GameSequenceTests]] - a framework that allows us to define the protocols between the servers and verify that each server obeys its portion of that protocol * [[GameSequenceTests]] - a framework that allows us to define the protocols between the servers and verify that each server obeys its portion of that protocol
* [[Restful Server]] - a server that provides a REST API for the game manager and the companion app to use. * [[Restful Server]] - a server that provides a REST API for the game manager and the companion app to use.
\ No newline at end of file