First commit
This commit is contained in:
12
core_game.py
Normal file
12
core_game.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import game_classes as gc
|
||||
|
||||
|
||||
|
||||
Difficulty()
|
||||
|
||||
hero = gc.Character(100, 3)
|
||||
first_ennemy = gc.Character(25, ennemy_power)
|
||||
|
||||
print(ennemy_power)
|
||||
|
||||
'Fight(hero, first_ennemy)'
|
||||
Reference in New Issue
Block a user