First commit

This commit is contained in:
gauvainboiche
2024-12-05 16:02:54 +01:00
commit ad95c26552
3 changed files with 122 additions and 0 deletions

12
core_game.py Normal file
View 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)'