-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (14 loc) · 680 Bytes
/
README
File metadata and controls
20 lines (14 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
foop assignments 1-3
Start: PacManServer and 3 PacManClient to start the game
ToDo:
BUGS:
TICKETS:
1) [-done-] disable player after he got eaten
2) [-done-] end game after all points are consumed
3) [-done-] load a new level after level ends
4) [open] switch colors after a fixed time
5) [open] make more levels
6) [open] maybe use a Logger for informations output
7) [open] compute game speed and set it automatic, etc. timer relation to ping in the network
8) [open] notify the client if something went wrong in the network, current task client exits without promting an error
9) [open] add global points (maybe server have to store them)