forked from buffolu/project_3_cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
29 lines (13 loc) · 893 Bytes
/
README.txt
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
project 3 advance cpp
the project is a simulation game with multiple classes that intercat with each other in diffrent ways
project use mvc and singleton as design patterns
important notes about input:
1.commands are only lowercase letters.
2.names of objects are only letters(lower or upper)
3.majority of the wrong input is handles, but there is still some extreme cases that some input probably would not work.
note about thug attacking peasant:
insturctions were not completly clear, so to clarify:
if a thug attemps to attack a peasant and one of the 3 conditons are not met : thug would lose -1hp.
if a thug attemps to attack a peasant and peasant is close enough and no knights are around only then will
the peasant lose -1hp.
attack on peasant is done in the timeframe, meaning that you dont have to type go to make the attack happen.