Simple Python GameI got bored so I decided to rip from Ottospark's Fighter, and to redo it in python with better/more features.
-----------------------
A Monster has Appeared!
-----------------------
A Ottosparks has appeared with 400 HP!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 3
You heal yourself 32 HP, with 132 HP now!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
You have killed the monster, you have also leveled up to level 2. But...
-----------------------
A Monster has Appeared!
-----------------------
A Goblin has appeared with 750 HP!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 3
You heal yourself 45 HP, with 130 HP now!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
Your attack did 608 damage, and the Goblin's health is now 142 and yours is 114
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 3
You have killed the monster, you have also leveled up to level 3. But...
-----------------------
A Monster has Appeared!
-----------------------
A Kalphiter has appeared with 200 HP!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
Your attack did 116 damage, and the Kalphiter's health is now 84 and yours is 61
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 3
You heal yourself 19 HP, with 80 HP now!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
You have killed the monster, you have also leveled up to level 4. But...
-----------------------
A Monster has Appeared!
-----------------------
A Brian Smith has appeared with 9001 HP!
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
Your attack did 290 damage, and the Brian Smith's health is now 8711 and yours is 4
Which option do you want to use? Type one of the following:
1 - Attack | 2 - Defend | 3 - Heal
Command - 1
Select a Method of Attacking:
1 - Slice | 2 - Stab | Thrash - 3 | Cut - 4
Method - 2
You have died. The game now closes.
So theres a ton of monsters in there.
I battled an: Ottosparks, Goblin, Kalphiter, then a Brian Smith appeared with 9001 health
I died.
Though I made it to level 3. There is no download available yet. This is really all it does.
Neat little game. Thats it for now.
I guess I now have something to play with when I get bored.