Tic Tac Toe

Posted By: msmith2468

Tic Tac Toe - 03/10/11 05:24

Tic Tac Toe Game

The reason I made this game is because i wanted to try out a new function in game studio that i have never used. the Skin function. to be able to change the skin of a model during the game. It worked very well and was much easier then i thought. and now i have another game to be played.

as of now you need to find a friend to play with. because i have not made a computer to play with you. althoe i may do that not that it will be very smart.

The player who goes first is selected at random. when a game is
completed you may restart the game by clicking the restart button.
to quit the game press esc.


have fun laugh





Link - http://www.mikeswickedgames.com/Tic_Tac_Toe.htm
Posted By: Anonymous

Re: Tic Tac Toe - 03/10/11 07:40

I WON!!!! (no just kidding).
Give it a try and implement the AI.
Posted By: Germanunkol

Re: Tic Tac Toe - 03/10/11 10:09

Well... AI for a tick-tack-toe might not be all that interesting, because the game's been solved. I don't know what they are from the top of my head but there are sets of moves you can do where you can never loose.
Posted By: Anonymous

Re: Tic Tac Toe - 03/10/11 10:17

..would be a nice training for a AI and not too complex.
Posted By: Damocles_

Re: Tic Tac Toe - 03/10/11 10:38

Even if the game is solved:

If you dont look up the solution, and try to create an AI
its a very good practise in leaning AI.

Or you make a new version, where the players
player 2 boards at the same time. (choosing wich board to mark in each turn)
This increases the complixity.
Posted By: JibbSmart

Re: Tic Tac Toe - 03/10/11 16:07

This would be a nice and simple case for learning to use minimax -- look it up on Wikipedia.

Either way, good on you for putting something together that's relatively complete.

Jibb
Posted By: msmith2468

Re: Tic Tac Toe - 03/10/11 19:05

I have added some AI. its not very smart in fact its not smart at all. i am going to use it for easy single player. im going to start working on a smart ai that makes logical decisions.

V1.2 if you dont have a friend to play with you can play against the AI. (i have included a choice of download. Either an installer version that will automatically install the game to your computer and add a desktop icon and some other stuff. or a zipped folder that you can place anywhere you want to)
here is the link - http://www.mikeswickedgames.com/Tic_Tac_Toe.htm

Thanks for the comments laugh
i will look into minimax

Posted By: Damocles_

Re: Tic Tac Toe - 03/10/11 21:21

Oh, I won 3 and lost 1 game grin

Its actually good to have the AI be not too smart.
If you can make a samert (minimax) AI, you could randomly
switch between a smart AI and your current AI.

So the player has a chance to win too.
Posted By: Det

Re: Tic Tac Toe - 03/10/11 21:45

Good work and it is a game that knows everyone.
Posted By: msmith2468

Re: Tic Tac Toe - 03/13/11 01:49

So i managed to create some AI. I looked into minimax but decided not to use it for the fact that you want the player to win sometimes. I think there is a good balance to the game now i hope you enjoy it laugh

here is the download - http://www.mikeswickedgames.com/Tic_Tac_Toe.htm
Posted By: Anonymous

Re: Tic Tac Toe - 03/13/11 07:38

Great! You've found the perfect balance.
Good job!
© 2024 lite-C Forums