I want to code a little character fighting game in Pascal, I want to have 2 characters.
They will attack each other, one will be computer and other will be the player.
Each time its your turn a menu will come up saying what type of attack, I will have 3 attacks, stab, kick and punch and each one will have a different value.
The value will be taken from the enemy’s health, and when the health is 0 you have won.
After each of your turn the computer will attack you and the damage will be a random number between 0 and 20.
I just a fellow member to point me in the right direction.
Thanks.