Skip to content

LaercioSant0s/M_ortal_Comba_t

Repository files navigation

Status: Developing, final testing phase⚠️

M_ortal Comba_t (C)

Basic and fuctional fight game that allow two players do choose a set of attacks and combos that do more damage and consume a significative ammount of stamina.

Functional

  • Each player starts with 1000 life and 1000 stamina and a multiplier.
  • One player wins if the others life reach 0 life points or under.
  • An attack is a single letter "C" or "A" (not more than 4 letters).
  • One player can make up to 4 attacks per round "CCAA" or "AZ".
  • Each attack consume 25 stamina points, except "D" and " ".
  • A combo is special sequence of expected letter (pos-explanation).
  • Per round a player can´t mix attacks with combos.

Layout

image

Attacks

The following attacks included in the game are:

image

"D" consume -10 stamina points and restore +10 life points
" " restore +25 stamina points

For the effects i compare the first attack of player one with the first attack of player two in sequence. And the effects are applied based in the table:

image

Example:

P1 "CCA" and P2 "AZ"

image

Attacks compared: "CA", "CZ", "A " (in the [ | ] structure)

Life:
"CA" is a negative number in the table, P1 lose -16 life points
"CZ" is a positive number in the table, P2 lose -16 life points
"A " is a positive number in the table, P2 lose -20 life points

Stamina:
P1 (3 attacks) = -75 stamina points
P2 (2 attacks) = -50 stamina points + (" ") recovers 25 stamina points


P1 life (1000 - 16), P1 stamina (1000 - 75)
P2 life (1000 - 36), P2 stamina (1000 - 25)


image

Combos

The best way to start the battle because you can only perform them when your stamina is greater than 750 otherwise an stamina message will show up and your combo will be ignored.

image

You can only perform the following combos:

image

Additional features

Multiplier, when your stamina is:

Above 750, normal damage to your opponent;
Above 500, x2 damage to your opponent;
Above 250, x3 damage to your opponent;
Under 250, x4 damage to your opponent.

Releases

No releases published

Packages

No packages published

Languages