Search:

Type: Posts; User: willmer

Search: Search took 0.24 seconds.

  1. Re: Newbie: general question on trying to get a simple Pokemon game to work

    The other thing that didn't make sense was that interfaces appear to be useful when you have objects from two separate classes that might use that interface. My program will have two monster objects...
  2. Re: Newbie: general question on trying to get a simple Pokemon game to work

    So after reading through the interface tutorial stuff I am still confused. So I understand that when you create an interface you do not put any method implementations into it only the signatures. ...
  3. Re: Newbie: general question on trying to get a simple Pokemon game to work

    Thanks for your advice. Like I said, I'm fairly new to programming and still struggle with some of the meta knowledge and understanding how to use multiple classes, interfaces, etc to accomplish my...
  4. Newbie: general question on trying to get a simple Pokemon game to work

    I am writing a game where you have a monster and fight it against others very similar to how pokemon works. I have some experience with C++ and just started learning how to properly do things in...
Results 1 to 4 of 4