Flying blind on a rocket cycle...

Published January 14, 2006
Advertisement
Here is just the regular 2D TicTacToe game. It's just more C++ practice for me. This time I was just trying out vectors a little. There is no AI with the Computer player. I know, lame, but you are free to use these to try some AI if you wish. I'll probably be concentrating on classes and polymorphism next.

Other than that pretty much a nice day today. I hope everyone else is having a nice weekend.



Man, I really want to jump into the OpenGL again, but I believe this approach will be better in the long run.

Short Term Goals:
1. Practice C++ until I feel comfortable with some goodies from STL and OOP design.
2. Make a OpenGL version of TicTacToe and TicTacToe3D by end of February.
0 likes 4 comments

Comments

Trapper Zoid
That seems a pretty sensible and achievable plan. Best of luck!
January 14, 2006 11:09 PM
NickGeorgia
Thanks, it's a slow and methodical path I am choosing. Building a library of tools I can use and understanding why I had problems with making games in the past. Since I wasn't a CS student, I haven't had much exposure to C++. I dabbled, now it's time to focus and understand. I need a sturdy foundation then I can consider making some cool applications. But while I do this, there's no reason I can't have a little fun along the way.
January 15, 2006 10:09 AM
Rob Loach
It might be better to implement this kind of board entry codes:


 7|8|9
-------
 4|5|6
-------
 1|2|3


Then you'd have the numbers matched up with the numpad. Much easier to use, in my opinion.
January 15, 2006 12:56 PM
NickGeorgia
Yeah, good idea. Thanks :)
January 15, 2006 02:31 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

It's been a while

1063 views

Busy again

1181 views

Hip to be Square

1048 views

Untitled

928 views

Snow?

1025 views

It's moving...

1016 views

Untitled

936 views
Advertisement