Module: GamesAndRpgParadise::DefenderOfTheCrown::UserInterface

Defined in:
lib/games_and_rpg_paradise/games/defender_of_the_crown/user_interface.rb

Class Method Summary collapse

Class Method Details

.option_menu_leftObject

#

GamesAndRpgParadise::DefenderOfTheCrown::UserInterface.option_menu_left

#


18
19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/games_and_rpg_paradise/games/defender_of_the_crown/user_interface.rb', line 18

def self.option_menu_left
  'Hold Tournament'
  'Seek Conquest'
    'Send forth Campaign Army'
    'Transfer Forces'
    'Read Map'
    'See Robin'
    'Continue'
  'Go Raiding'
  'Buy Home Army'
  'Read Map'
  'Pass'
  'Options'
end

.report_income(income) ⇒ Object

#

GamesAndRpgParadise::DefenderOfTheCrown::UserInterface.report_income

#


36
37
38
# File 'lib/games_and_rpg_paradise/games/defender_of_the_crown/user_interface.rb', line 36

def self.report_income(income)
  e "Your income is #{income}"
end

.report_treasure(treasure) ⇒ Object

#

GamesAndRpgParadise::DefenderOfTheCrown::UserInterface.report_treasure

#


43
44
45
# File 'lib/games_and_rpg_paradise/games/defender_of_the_crown/user_interface.rb', line 43

def self.report_treasure(treasure)
  e "Your treasure is #{treasure}"
end