Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
37 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
Tic Tac Toe
Developer   lethalhamster
GenreTraditional
PlatformWindows
Downloads404

About: This is my first game. It's all text based. You can play against a friend or yourself. I'll work on the computer A.I. later.

Game Info How To Play Downloads Comments



Please offer only constructive criticism. The intent of the GD Showcase is to help the developer create the best game they possibly can. Show them you support their efforts when posting.



Post Reply
Nice

  User Rating: 1477   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

It's nice, but I noticed one thing that should be fixed. If you try to place e.g. an X where there already is an X, it won't say you can't do that. The same goes for O's.
Other than that small thing, it's a nice game!

  User Rating: 1015   Report this Post to a Moderator 

Come on mate, anyone learning programming can do this, you should wait until you can do it in directx or something before you want to post it up here

  User Rating: 992   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Quote:
Original post by Potassium
Come on mate, anyone learning programming can do this, you should wait until you can do it in directx or something before you want to post it up here


He has just as much right to post his games in this showcase as I do.

  User Rating: 1229   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Great! Did you get this from the book: Beginning C++ Game Programming? I'm reading it right now, but haven't got to the Tic-Tac-Toe chapter yet.

  User Rating: 1015   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Quote:
Original post by LJR
Great! Did you get this from the book: Beginning C++ Game Programming? I'm reading it right now, but haven't got to the Tic-Tac-Toe chapter yet.


No, i didnt get it from a book. I made it myself

  User Rating: 1037   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Quote:
Original post by Potassium
Come on mate, anyone learning programming can do this, you should wait until you can do it in directx or something before you want to post it up here


That hurts my feelings.

  User Rating: 1037   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

You have a serious bug. I can place an X where there is an X already, and an O where there's an O already, and the next player still takes their turn. I would up having one O and 5 Xs! After that, it says X won, press Enter to end, and the game continues instead of ending.

  User Rating: 1077   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Quote:
Original post by ldramire
You have a serious bug. I can place an X where there is an X already, and an O where there's an O already, and the next player still takes their turn. I would up having one O and 5 Xs! After that, it says X won, press Enter to end, and the game continues instead of ending.

Yes, that is a serious bug. lol.

  User Rating: 1037   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

A Suggestion to help fix your bug:
Create a boolean (true/false) array for the spaces that have all ready been taken. Then use something like:

if <array name>
{
allow move
}

else
{
dont allow move
}

Sorry if my sintax is off, i do more vb programing than c++. Its because i love graphics and i cant stand the idea of a console application. however i got visual c++ on ebay for $15 so i hope to start that soon.
good luck!

  User Rating: 1031   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Very nice game :) hehe console programming is a very ideal thing to begin with... :)

  User Rating: 1095   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

All times are ET (US)

Post Reply
 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows