PlaceholderGames / 2020-yr1-group-7

CS1S464 2020 Group 7
1 stars 0 forks source link

Running the final version of the game #32

Open nimshi89 opened 3 years ago

nimshi89 commented 3 years ago

The game runs from the Project souls.py

The one on the main branch is the final version.

The Controls are: the up, down, left, and right arrow keys targeting enemies is by colliding with them the player can attack enemies by pressing 'a' for attack stance and the 'a' again for attack In attack stance player and enemies can defend by pressing 'b' key the combat is round based so after the player takes action the enemy that the player is fighting with will react and wait for the next turn

there is a counter-attack feature which in attack stance can be executed by pressing 'c' key

After the combat is over the player can exit the attack stance and switch back to move stance by pressing 'm' key

the feedback to the player is shown in the terminal

nimshi89 commented 3 years ago

The win is optional but (not easy). The player has to kill every enemy on the map.

After the player wins or loses the game will exit