|
Game Development Showcase
Track this GDS Entry |
Tic Tac Toe |
|
Developer | lethalhamster |
Genre | Traditional |
Platform | Windows |
Downloads | 404 |
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.
|
|
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.
| Matt
|
Posted - 9/17/2004 9:32:24 PM | Nice
| |
| Anonymous Poster |
Posted - 9/22/2004 10:41:29 AM | 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!
| |
| Potassium
|
Posted - 10/12/2004 4:17:46 AM | 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
| |
| falkone
|
Posted - 10/15/2004 10:15:42 AM | 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.
| |
| LJR
|
Posted - 10/16/2004 2:41:44 AM | 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.
| |
| lethalhamster
|
Posted - 10/20/2004 4:17:43 PM | 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
| |
| lethalhamster
|
Posted - 10/21/2004 1:16:43 AM | 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.
| |
| ldramire
|
Posted - 10/29/2004 9:41:22 PM | 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.
| |
| lethalhamster
|
Posted - 10/30/2004 10:08:49 PM | 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.
| |
| chaosgame
|
Posted - 11/28/2004 9:35:19 PM | 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!
| |
| Nyocia
|
Posted - 5/19/2006 7:24:14 AM | Very nice game :) hehe console programming is a very ideal thing to begin with... :)
| |
All times are ET (US)
|
|
|
|
|