Array
Help designing classes for a game
Have to design a menu class for a game assignments I'm working in Windows form using my teachers template. I posted somthing similar today earlier but found out my code wasn't any good. I can share the actual file on GitHub if anyone is interested in helping me out or guiding me through it
https://github.com/SonicArray3/Breakout
88 replies
Understanding Recursion for a complete beginner (Fibonacci Series)
Hey everyone, I hope you are doing well
I need some help understanding recursion, can someone explain to me how the base case of the Fibonacci sequence would occur? What would be the base case and then the recursive case?
18 replies
Using MouseClick Event
https://paste.mod.gg/zlxoaubtbcom/0
Hey guys, I'm working on a code assignment where I have to use Arrays to Reverse, Swap, Clear, Delete or Insert Array Elements, with each element being a colour read in from a file. My teacher has left some parts of comments to help me organize it but I am confused on the MouseClick event - I haven't ever worked with this event before but he gave instructions on it. Any ideas on how to implement it
118 replies
Can someone explain to me what a bool is and how I can implement it in other data structures?
Pretty much title, I'm trying to code a simple game in C# and my teacher suggested I use booleans to make a certain statement come up given if the boolean was true, can someone explain to me how it works?
644 replies