The Challenge: -Develop a turn based combat system that implements the following choices that occur during the player's turns:
--Fight (Straight Damage)
--Item (Use an object from a choice of your design)
--Ability (Use an ability from a choice of your design)
--Run (Flee the battle)
The Deadline: - 2010-07-01 00:00
The rest is up to you.
Name:
Anonymous2010-06-29 17:29
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>『Final Quest Saga XXI: Wahrheit und Lüge im außermoralischen Sinn』</title>
</head>
<body>
<noscript>This HTML program requires Javascript<i>!</i></noscript>
<h1>Encountered an enemy<i>!</i></h1>
<h2>Name: Sussman | Class: Wizard | Level: 255</h2>
<ul>
<li>
<a href="javascript:document.body.innerHTML = '
<h1>You attack Sussman with your Sword<i>!</i><br>
Sussman receives 0 point(s) of damage<i>!</i><br>
Sussman summons a computational process<i>!</i><br>
The computational process attacks you<i>!</i><br>
You receive 9999 point(s) of damage<i>!</i><br>
You die<i>!</i><br>
Game over.</h1>';">
Fight<i>!</i></a>
</li>
<li>
<a href="javascript:document.body.innerHTML = '
<h1>You start reading ``How to Design Programs\'\'<i>!</i><br>
It\'s not very effective...<br>
Sussman receives 0 point(s) of damage<i>!</i><br>
Sussman summons a computational process<i>!</i><br>
The computational process attacks you<i>!</i><br>
You receive 9999 point(s) of damage<i>!</i><br>
You die<i>!</i><br>
Game over.</h1>';">
Item<i>!</i></a>
</li>
<li>
<a href="javascript:document.body.innerHTML = '
<h1>You summon a snake<i>!</i><br>
A snake attacks Sussman<i>!</i><br>
Sussman receives 0 point(s) of damage<i>!</i><br>
Sussman summons a computational process<i>!</i><br>
The computational process attacks you<i>!</i><br>
You receive 9999 point(s) of damage<i>!</i><br>
You die<i>!</i><br>
Game over.</h1>';">
Ability<i>!</i></a>
</li>
<li>
<a href="javascript:document.body.innerHTML = '
<h1>You attempt to run away<i>!</i><br>
Your escape attempt is unsuccessful<i>!</i><br>
Sussman summons a computational process<i>!</i><br>
The computational process attacks you<i>!</i><br>
You receive 9999 point(s) of damage<i>!</i><br>
You die<i>!</i><br>
Game over.</h1>';">
Run<i>!</i></a>
</li>
</body>
</html>