From f5c6657d188cf5e8ca8e50aebce3463ea79c8323 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Fri, 1 May 2015 12:02:41 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 01a42c2..70a696d 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,40 @@ THE TEAM: Gavin Li: ~Responsible for the design concept and lead the development of the project + ~Built the RPGame, Player, Merchant, Item and StartScreen classes + ~Designed and built the transaction system in the game, built the classes responsible for the transaction (Transaction, TransactionUI, ect.) + ~Revised and updated the new day mechanics + ~Responsible for the game play details (instructions, item values and other gameplay values), also designed and coded the price fluctuation system ==================== John Bojorquez: ~Lead the development of the project + ~Built the Map, MapUI, RPGame, Character, and Object Classes + ~Added class hiearchy to the Character, Player, Merchant and Object classes + ~Designed and built all the classes related to the Map and the graphical representation of the Map (the screen that the user interacts with) and created all the classes related to the map (Everything in the graph package, Map, MapUI and everything in the images package) ==================== Lutong Liu: ~Was responsible for the graphic component of the project + ~Built the sprites animations used in the MapUI class and the sprites shown on the screen that the user interacts with + ~Contributed to the Map and MapUI classes and implemented the game pausing function (where the user cannot move their character mid-transaction) ==================== William Chin: ~Built and revised the StartScreen class and resolved a class-breaking bug that the team could not figure out + ~Designed and coded the new day mechanics of the game + ~Was responsible for testing and bug-finding