Skip to content

Mini Games

Horst JENS edited this page Mar 23, 2020 · 4 revisions

Mini games are sub-games from the main game, like for picking a lock, fighting a fight etc. Instead of AI, ideally an idle human player shall be offered the opportunity to participate in the mini-game as adversary / ally of the player.

  • Lock-Picking
  • combat fighting between groups: planning phase / action phase
  • gambling
  • crawling through spider-infested sewer (action/dexterity game)
  • juggling ?

API

main game gives those parameters to minigame:

hero hp : integer

minigame returns those values:

Survived: boolean hp: integer score of minigame --> main game calculates reward

Clone this wiki locally