Skip to content

dannightmare/medieval-simulation

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%