Advertisement

My first Full Completed C Game

Started by August 06, 2002 04:41 PM
48 comments, last by Radagar 22 years, 4 months ago

***********************
**UPDATE 2.0 RELEASED**
***********************
    

************************
**SOURCE CODE RELEASED**
************************
  
Hey Everyone! Well, I attempted a few times to make a big Text RPG, and failed miserably, so I moved to something smaller. Even Tic Tac Toe turned out to be somewhat of a challenge, but I learned quite a bit, and got a good Console Based TTT game. Please Download it and let me know what you think! CV_TicTacToe.exe V1.0(link removed) Download CV TicTacToe 2.0 Here Download the Source Code Here And if you are interested in how I changed colors and cleared the screen, then Get the function.cpp here and function.h here. ~~~~~~~~~~~ Chris Vogel ~~~~~~~~~~~ [edited by - Radagar on August 6, 2002 5:42:14 PM] [edited by - Radagar on August 7, 2002 3:00:11 PM] [edited by - Radagar on August 7, 2002 3:00:33 PM] [edited by - Radagar on August 7, 2002 4:25:06 PM] [edited by - Radagar on August 8, 2002 9:48:54 AM]
WyrmSlayer RPG - In Early Development
Good Job! You completed a game. Keep up the good work!
Advertisement
I am actually just about to leave work, so I can''t get the game now, but I just want to say congratulations for not giving up!
Not too many people can say that they got this far (getting a finished product under your belt). Keep up the good work!
-------------------------GBGames' Blog: An Indie Game Developer's Somewhat Interesting ThoughtsStaff Reviewer for Game Tunnel
Congratulations. It''s unlikely I''ll find the time to download and test any time soon (explanation: I''m not at my own place), but well done all the same.
Just an FYI, there is a bug in the game. When I tried to choose ''7'' it said that square is already taken, even though it wasn''t. Here was the layout:

X | O | X
O | _ | O
_ | _ | X

^-so this is the one I was trying to put an X into. It did let me put an X into position 8, FYI.

You should post the source too. I''d be interested in seeing it.
Thanks for the Comments all!

quote: Original post by Anonymous Poster
Just an FYI, there is a bug in the game. When I tried to choose ''7'' it said that square is already taken, even though it wasn''t. Here was the layout:

X | O | X
O | _ | O
_ | _ | X

^-so this is the one I was trying to put an X into. It did let me put an X into position 8, FYI.

You should post the source too. I''d be interested in seeing it.


Thanks AP, I''ll test that out. I ran through quite a few games with no problem, but it''s easy to miss an option... One question, was it your first match since you started the program, or had you played a few matches without closing the program?

WyrmSlayer RPG - In Early Development
Advertisement
Well, I just played about 50 games, and couldn''t get it to mess up once. If anyone has bugs where they can''t move into open squares, please post them here!

Also, once I get the game working all the way, and get the code cleaned up, I''ll post the Source.


~~~~~~~~~~~
Chris Vogel
~~~~~~~~~~~
WyrmSlayer RPG - In Early Development
quote: Original post by Anonymous Poster
Just an FYI, there is a bug in the game. When I tried to choose ''7'' it said that square is already taken, even though it wasn''t. Here was the layout:

X | O | X
O | _ | O
_ | _ | X

^-so this is the one I was trying to put an X into. It did let me put an X into position 8, FYI.

You should post the source too. I''d be interested in seeing it.


One last thing, are you sure you were Hitting 7? It''s easy to get playing with the numpad and hit the opposite of what you mean. In my game the numbers go 123456789 from top left. on the num pad the numbers start with 9 on top right. So did you possble hit the 1 key on the numpad to move to the 7 position on the board? I can''t find any reason this would of glitched on you.

~~~~~~~~~~~
Chris Vogel
~~~~~~~~~~~
WyrmSlayer RPG - In Early Development
Ok, I''ve found some bugs.. most Notably where the computer can drop two O''s on the board in one turn... I''ll have a version 2.0 out soon. If you''re interested, I''ll post here when I have it =)

Chris Vogel

~~~~~~~~~~~
Chris Vogel
~~~~~~~~~~~
WyrmSlayer RPG - In Early Development
Very nice!
Although I seem to win every time I play against the computer

This topic is closed to new replies.

Advertisement