Tic Tac Toe Game with AI in C++/SDL

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
GameDevver4Evr
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 33
Joined: Mon Mar 08, 2010 9:34 pm

Tic Tac Toe Game with AI in C++/SDL

Post by GameDevver4Evr »

Hey all, just me again wanted to share a finished project I made on the programming side of things. This is my first game EVAR! =P

http://www.youtube.com/watch?v=rMJqMV5Lab0
User avatar
Jolt992
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 1
Joined: Tue Jun 30, 2009 9:08 pm
Favorite Gaming Platforms: Xbox, Xbox 360, SNES
Programming Language of Choice: C++
Location: Moss, Norway

Re: Tic Tac Toe Game with AI in C++/SDL

Post by Jolt992 »

Great job! very nice first game!
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Tic Tac Toe Game with AI in C++/SDL

Post by dandymcgee »

Looks really polished. Other than the fact that you type slower than I read, great video!
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
GameDevver4Evr
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 33
Joined: Mon Mar 08, 2010 9:34 pm

Re: Tic Tac Toe Game with AI in C++/SDL

Post by GameDevver4Evr »

Lol. Thanks guys =].
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Tic Tac Toe Game with AI in C++/SDL

Post by MrDeathNote »

Looks really nice, keep it up man :)
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
quickshot14
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 31
Joined: Thu Mar 11, 2010 2:51 am
Current Project: VB.NET Direct X Game Engine (Working Title)
Favorite Gaming Platforms: PC
Programming Language of Choice: VB.NET (for now)
Location: Nebreska, USA
Contact:

Re: Tic Tac Toe Game with AI in C++/SDL

Post by quickshot14 »

Very nice job james! And of course you have your kick ass music there, and sound effects. My partilcuar hands off to the AI, I like how it acutally took the time or at least gave the apprence of taking the time to think about its move. Awsome man look foward to seeing more :)
Amatuer Game Design/Programmer & College Student (Kaplan University: Associate of Applied Sceince in Information Technology: Application Devleopment)
Know Programming Languages & Considered Levels Of Programming in them: Basic(DOS) - 10%, VB(Legacy) - 15%, VB.NET - 55%, C/C++ - 1%, C# - 1%, LUA - 25%, Java - 0%, COBOL - 0%
________________________________________________
Current Game Development/Programming Projects:
VB.NET Direct X Game Engine (Working Title) - (Lanugage: VB.NET | Released Type/Status: Open Soruce / Unreleased)
________________________________________________
Quicks14Blog (My Gaming Related Blog Page) - My Youtube Channel Page
GameDevver4Evr
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 33
Joined: Mon Mar 08, 2010 9:34 pm

Re: Tic Tac Toe Game with AI in C++/SDL

Post by GameDevver4Evr »

quickshot14 wrote:Very nice job james! And of course you have your kick ass music there, and sound effects. My partilcuar hands off to the AI, I like how it acutally took the time or at least gave the apprence of taking the time to think about its move. Awsome man look foward to seeing more :)
Thanks quickshot!, yeah, I'm hoping to get into making more sound effects soon as well. AI was defiantly a bitch.. lol, I'm trying to finish up the AI on my pong now. I guess it was more the DESIGN of the AI that kept throwing me off, but once I got it down it worked like a charm. I'm gonna post my pong once it's all nice and polished up likely
Post Reply