Search:

Type: Posts; User: Luminous Lizard

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    12,351

    Again, thanks for the replys :) I'll try and...

    Again, thanks for the replys :) I'll try and implement it once I've figured this out. In my player.h file I have

    int health;
    int strength;
    int agility;
    Player();
    Player(int strength,...
  2. Replies
    15
    Views
    12,351

    Thanks for the replys lads. I'll try some of the...

    Thanks for the replys lads. I'll try some of the suggestions now. Does anyone have any ideas about how I could give North(south, west etc) a set value and increase/decrease it's value every time...
  3. Replies
    15
    Views
    12,351

    Thanks for replying guys. brewbuck I'll check out...

    Thanks for replying guys. brewbuck I'll check out your suggestion tomorrow. It's 2am here and I'm tired XD but with the:


    void player::goNorth()
    {
    if (location->toTheNorth != NULL)
    ...
  4. Replies
    15
    Views
    12,351

    I think it would be best to have a map and then I...

    I think it would be best to have a map and then I can assign tasks/monsters to certain areas and then when I get that done I could try and mix it up a little bit. How would you go about making a map...
  5. Replies
    15
    Views
    12,351

    Text based adventure game.

    Hi, I'm at the beginning stage of making a text based adventure game. But after making my player.h (which has health, name, and things like goNorth which I'm not even sure if it should be there)...
  6. Replies
    3
    Views
    3,931

    Can nobody shed any light on this?

    Can nobody shed any light on this?
  7. Replies
    3
    Views
    3,931

    Trying to make a checkers game..

    Hi, I'm trying to make a checkers game and at the moment I have all the pieces shown on the board and you can move them around freely, but I'm having trouble thinking of how to get it to A) make the...
  8. Replies
    24
    Views
    3,740

    How would i make a loop that just gets a counter...

    How would i make a loop that just gets a counter counting up (starting at a variable of 1 and add, say, 0.2 to it each loop) and then save whatever the value it has into a variable when the return...
  9. Replies
    24
    Views
    3,740

    I think it has to be at the top of the page with...

    I think it has to be at the top of the page with the information. But how would i tell the projectile to move at the angel chosen from the user?
  10. Replies
    24
    Views
    3,740

    Thats why i didn't post it all, i don't see what...

    Thats why i didn't post it all, i don't see what i could put anyway because its not a problem in my program its just something i don't know what to do.
  11. Replies
    24
    Views
    3,740

    No, ive talked to people doing similar things and...

    No, ive talked to people doing similar things and they haven't used cout or cin so it can't be that. I don't see a way to do it, would it help if i posted the whole mainprog?
  12. Replies
    24
    Views
    3,740

    No text display no, thats why i thought it could...

    No text display no, thats why i thought it could use a cout function but talking to my friends and they haven't done it that way. And i have been limited to the header and CPP files i can use. We got...
  13. Replies
    24
    Views
    3,740

    Hello, how would you input code to make is so the...

    Hello, how would you input code to make is so the user has a option to change the angel of which the projectile moves? Would it be in the Projectile CPP or my mainprog?

    Here is my Projectile CPP:...
  14. Replies
    24
    Views
    3,740

    Iv'e done it now, it was simpler than i thought...

    Iv'e done it now, it was simpler than i thought it was and took in me like 5 minutes. Now onto to the collision code. As a question, i emailed my folder to myself in a zip and now i can open it in...
  15. Replies
    24
    Views
    3,740

    OK apologies i don't really post on forums much....

    OK apologies i don't really post on forums much.
    My issue as it stands is not necessarily error messages, its more that i dont know where to start putting the array. I posted the code i was using...
  16. Replies
    24
    Views
    3,740

    Im stuck, i just can't get arrays to work!

    Im stuck, i just can't get arrays to work!
  17. Replies
    24
    Views
    3,740

    Current program, i have a more in depth one that...

    Current program, i have a more in depth one that has header files etc but im just trying to get it run first then ill put it in different files.
    At the moment all it does is display the background,...
  18. Replies
    24
    Views
    3,740

    Well could someone point me in the direction of...

    Well could someone point me in the direction of an example of an array in a game.
    I have done arrays before and i have to code that i think would work, and i have some of the coding for my game...
  19. Replies
    24
    Views
    3,740

    Help with C++ on a simple game

    Hi im trying to make a Block breaker game, and i want 88 blocks in which to break, how do i make an array to do such a thing?
Results 1 to 19 of 19