quote:
Original post by Armed and Hammered
btw, I''m also working on a text based dos game to
could you send me your icq # on here or give me a way to get in touch? I would love to get together and talk code and see how your implementing your game and maybe we can learn something from one another 8)
Armed.
Well, I don''t have an ICQ # but I do have MSN Messenger, if you have that, just add stuffnotherstuff@hotmail.com to it. Also, I''m just making this game text-based right now, for a couple reasons. One is that I wanted to see if the algorithms I worked out worked, the second is that it is meant to be implemented as a graphical game (I''m making a minesweeper clone) but I don''t know a whole lot about graphics yet and I figured I could modify my existing code as I learned more about graphics. That also brings about another question for anyone. In CodeWarrior, to get random numbers, we used time.h and srand(clock()). In VC++ I''m using windows.h and srand(GetTickCount()), I tried what we used in CW but it didn''t create random numbers. Is there some other function to use to create random numbers because I noticed it takes a while to compile the code with windows.h included
Bill