From 3d35e95f139392583569996caab51f71f12dcd54 Mon Sep 17 00:00:00 2001 From: Aaron S Date: Thu, 1 Mar 2018 19:44:47 +0000 Subject: [PATCH] commit --- SPECIFICATIONS.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/SPECIFICATIONS.md b/SPECIFICATIONS.md index 48eb42d..4baaa5b 100644 --- a/SPECIFICATIONS.md +++ b/SPECIFICATIONS.md @@ -24,12 +24,10 @@ * Random Rooms - Semi-random(seed), Table of encounters - certain numbers correspond to certain contents of a room * ___Project Management Plan___ - * Aaron Sturtevant - Dungeon/save data - * Paul Omosa - Items/ intro menu - * Eli Chung - Player/ in game menu - * Kameron Kinsey - Dungeon / in game menu + * Aaron Sturtevant - Dungeon Class - 3/4/2018 Save Data Reading - 3/9/2018 + * Eli Chung - Items Class - 3/4/2018 / Menu's - 3/9/2018 + * Kameron Kinsey - Player Class - 3/4/2018/ Monsters Class - 3/9/2018 + * Everyone - Modifier functions for each class/ making the classes read to each other - 3/11/2018 + * Everyone - The cpp file for the game - 3/16/2018 -* __Timeline__ of individual and group delivery dates. - * 2/28 - Get base of classes defined - * 3/7 - Get all the classes to read to each other/menus working/save data working - * 3/14 - Make it done and playable \ No newline at end of file + -- GitLab