Changes between Version 1 and Version 2 of Settler
- Timestamp:
- Feb 6, 2021, 2:03:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Settler
v1 v2 3 3 4 4 Settler is a plugin for Mulan based on the famous board game ''Catan'', previously known as ''Settlers of Catan''. 5 The version here has been developed as a proof of concept. 6 It demonstrates how to develop distributed applications based on Renew and Mulan by distributed teams. 7 (We were up to 50 people in a student project working concurrently and cooperatively on the implementation following the Paose-Approach.) 8 The current version improves some game features of the earlier versions (see Renew 2.6) and is used as our test case application for the modularization of Renew and Mulan (see Renew 4.0). 9 5 10 6 11 == Where to get Settler 7 Settler is currently not part of the official Mulan Release. 8 A version of Renew that includes Mulan and Settler can be downloaded here: 12 Settler is not part of Mulan or Renew. 13 It is an application developed on top of both. 14 A version of Renew that allows to execute the application Settler can be downloaded here: 9 15 TODO: Create a .jar file for settler. 16 10 17 11 18 == User Guide … … 24 31 It is advised to choose ''Local Player (JavaGUI)'' to add a local player controlled by the user or ''Local Java Planner'' to add a player controlled by the computer. 25 32 Afterwards you can start the game with the ''Start Game'' button. 26