Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Up-to-date #3

Merged
merged 12 commits into from
May 3, 2024
Prev Previous commit
Next Next commit
Update main.py
  • Loading branch information
a-sussy-impostor authored May 3, 2024
commit 970a2c58fa8ec38305057f916a0001ded5c3aacf
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,9 @@

from base import *
from colorama import Fore as fore
testing = Disk("Pikachu")
testing = Disk("Pikachu","Electric",25,[35,55,40,50,50,90],["Thunderbolt","Electric",90,"S"],2,1500)
testing2 = Disk("Charmander","Fire",25,[35,55,40,50,50,90],["Flamethrower","Fire",90,"S"],2,1500)

print(testing.name)
print("Hello World")
print(testing.Attack(testing2))
Loading