-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevlog.txt
More file actions
50 lines (34 loc) · 2.53 KB
/
Copy pathdevlog.txt
File metadata and controls
50 lines (34 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Grace -- 23:02 1-2-2020
Coded the beginnings of the shell before the game begins, such as waiting for players to join and generating roles.
George -- 02:03 1-3-2020
Added some more helpful functions and variables, such as turning a list of players into a readable string format and keeping track of the number of days and votes. Also further developed the initialization of the game by setting everything to 0 and ending all arrays and strings with NULL.
Grace -- 22:33 1-7-2020
Added the required functions and lines and code in order to create sub-servers that interact with clients. Also created the required pipes to have the servers interact with subservers.
George -- 23:59 1-7-2020
Added onto the pipes by creating a counter that helps keep track of number of people on the server. It also manages the fd's used in pipes.
George -- 15:30 1-13-2020
Added a function which removed a character from a list of strings. In addition, started creating the networking code needed for announcing who died the previous night.
Grace -- 15:25 1-16-2020
Finally fixed the pipes between the sub-servers and the server with the help of Mr. DW.
Amanda -- 18:38 1-16-2020
Fixed the bugs that occurred when copying pasting the code into the correct pipes.
Amanda -- 09:43 1-19-2020
Fixed the bugs that were caused when a segfault occurred when inputting a username.
Grace -- 21:21 1-19-2020
Created the algorithms that helps prints the list of usernames.
George -- 22:43 1-19-2020
Created the algorithms that randomizes roles to the usernames.
George -- 04:53 1-20-2020
Finished the entire night phase woot woot just need to check it when I wake up.
Grace -- 09:56 1-20-2020
Fixed the bug that is caused by using buffer string in weird places. In addition, created the signaling that causes the code to stop and wait for other players when they choose victims.
Amanda -- 16:25 1-20-2020
Fixed the segfault that occurred when the turns struct wasn't being initialized properly
Grace -- 22:42 1-20-2020
Created a system that enables each player to say one sentence about who they think the killer is
George -- 00:35 1-21-2020
Finished the system that closes all the pipes and sockets when the game is over, whether the mafia or the town has won.
Amanda -- 04:01 1-21-2020
Realized that the voting aspect of the project is simply not working, so decided to abolish it and end the game as soon as statements are printed.
George -- 06:46 1-21-2020
Added final finishing touches to help make the game more visually appealing. In addition, fixed some of the voting features, but not all.