Coding Game Challenge

  • a simple REST API to call
  • 1 versus 1 or against the server artificial intelligence
  • a delay between each attack
  • player blocked if too many simultaneous attacks

The principle

HIT : hit, but if the opponent are using shield, you loose life

HEAL : restore your life

THRUST :  attack through armor, shield is lost, stuned

SHIELD : protection constant except if you receive THRUST

Each action has an associated waiting time (cooldown)

An action can be critical

Actions

Life & armor levels

  • each character starts with 1000 life points
  • the armor level is different for each character

Shield

  • a coefficient applied on each received damage
  • if a Thrust attack is launched, the shield is lost, the shield points decrease, your life is damaged, and you are knock out 

The characters

The warrior

Armor : 17

Hit : 120

Heal : 15

The Paladin

Armor : 20

Hit : 100

Heal : 25

The wizard

Armor : 12

Hit : 110

Heal : 20

The druid

Armor : 5

Hit : 90

Heal : 60

The elf

Armor : 10

Hit : 100

Heal : 50

The troll

Armor : 14

Hit : 130

Heal : 10

Starter-kits

The setup

Connect to the wifi named

coding-game

The API

Swagger

Player documentation

Family picture

Links references

Swagger

Player documentation

Family picture

Starter kits

Made with Slides.com