Console.WriteLine("Hello to the hidden World")
console.writeline("A magestic purple moon hangs low in the sky, casting an eerie glow on a crumbling castle silhouetted against a town with bright blossoming cherry trees. ")
console.writeline("Below, the bustling town square teems with activity, the figures indistinguishable at this distance. ")
console.writeline("Overlaid across this scene, a single line of text, glowing with an ethereal green: ")
console.writeline("Welcome, wanderer. The fate of Concordia hangs in the balance. Will you answer the call?")
console.writeline("Choose your path wisely from 1 or 2")
path = console.readline()
console.writeline("I think you have chosen your path wrongly ")
console.writeline("May death fall upon you...")
console.writeline("Confusion ?")
console.writeline("do you want to see your status ? Y or N")
command1 = console.readline()
console.writeline("I see..")
console.writeline("your life has inversed")
console.writeline("living status : " & living)
console.writeline("Are you disobeying me !!!!")
console.writeline("This game must end !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
console.writeline("You must fight the dragon monster threathening to destroy concordia ")
dim enemypower as integer
dim enemyhealth as integer
console.writeline("what is your power --> from 1 - 10 only ")
power = 1/console.readline() * 5
console.writeline("This is your power : " & power)
console.writeline("what is your health --> from 1 - 10 only ")
health = console.readline()
console.writeline("This is your health : " & health)
enemyhealth = rand.next(1,11)
console.writeline("dragon's health : " & enemyhealth)
enemypower = rand.next(1,11)
console.writeline("dragon's power : " & enemypower)
trigval = rand.next(1,11)
console.writeline("You hit him and he is on " & enemyhealth & "health")
trigval = rand.next(1,11)
console.writeline("he hit you and you are on " & health & "health")
loop until health <= 0 or enemyhealth <= 0
console.writeline("you lose the game!!!!!!!!!!!!!!!!!!!!")
console.writeline("you win the game !!!!")
if living = false and health = 0
console.writeline("you were undead(a not living beast) so you get another turn :))))))")