Strategy Game
https://repl.it/@YohomieKip/ClassBuild-Strat-Game
Round base game where you use keys to either attack or defend
a = weak attack
s = normal attack
d = heavy attack
z = weak defense
x = normal defense
c = heavy defense
You're able to rank and increase your attack strength defense strength and stamina, though these rank ups are controlled by pre-set increase. I' working on allowing health increase but having a dumb issue.
Game have error
Traceback (most recent call last):
File "main.py", line 673, in <module>
g = Game(0, 0, 0, 0, 13.6, 49.2, 85.1, 14.3, 32.9, 69.2, 13.6, 49.2, 85.1, 14.3, 32.9, 69.2)
TypeError: init() takes 1 positional argument but 17 were given THIS IS THE ERROR I GOT!!
Repl.it: package installation failure
Traceback (most recent call last):
File "main.py", line 4, in <module>
from folder.Players.py import Player_1
ModuleNotFoundError: No module named 'folder'
this doesnt even work