Eren
Eren
CC#
Created by Eren on 3/18/2024 in #help
Gamelog not working
No description
126 replies
CC#
Created by Eren on 1/14/2024 in #help
Need help calling the functions correctly
i have to call all the functions in the correct way for my project
84 replies
CC#
Created by Eren on 1/14/2024 in #help
My functions wont work and i dont know what i am doing wrong
No description
7 replies
CC#
Created by Eren on 1/14/2024 in #help
Need help creating a function
Resolving Moves Round Short description When the two trainers have chosen to have their Pokémon perform a move, it is based on: The speed determines which Pokémon can perform its move first. Implementation • Write a function based on the two trainers, their two Pokémon and two chosen indexes the moves, does not return anything but does print the execution of the moves to the console • When the speed of the first Pokémon is greater than or equal to that of the second Pokémon, then first the first Pokémon performs its move, then the second • If the speed of the first Pokémon is less than that of the second Pokémon, then First the second Pokémon performs its move, then the first • If in both cases, after the first execution of the move, the receiving Pokémon loses its lives (HealthPoints) would be set to 0, the function will be terminated prematurely • Update the battle information after each execution of a move • Also print the execution of all the moves to the console
41 replies
CC#
Created by Eren on 1/13/2024 in #help
functions
i wanna know how i can use functions created in different classes inside of a other class
29 replies
CC#
Created by Eren on 1/13/2024 in #help
Need help with pokemon game for school
i only have 2 days left been working on this stuff but its so much and very hard can someone help me
325 replies
CC#
Created by Eren on 1/13/2024 in #help
✅ calling functions
im trying to test my functions but it keeps giving errors anyone that could help
64 replies