C# Tutorial – Create a Tic Tac Toe game and play against CPU

preview_player
Показать описание

In this tutorial we are making a simple tic tac toe game in visual studio using c# programming language. Its a simple game to make but it teaches some really useful tips for game design and development. We are not using Unit 3d or any other game libraries just simple buttons in visual studio.

Hopefully you will enjoy this video. Have fun
Рекомендации по теме
Комментарии
Автор

Your tutorials are always so awesome 👍👍👍😁

christincccc
Автор

I'm going to use this code to make a game so I can play against computer

cscripts
Автор

what should i do my visual studio does not have any timer what if i skip the timer will it effect my game please guide me

eshakomal
Автор

Thanks for your code..
Mine working perfect

anthonygift
Автор

Damn Man, I'm so glad i subscribed in your channel!

alexalbano
Автор

Uuuh
How to set up a limiter so that we don't interrupt the CPU's turn,
Like with what I tried,
I can easily click the buttons even if it's the CPU's turn,
I'm like asking how to temporarily disable the other buttons from the player when it's the CPU's turn?

SynthoFunker
Автор

could you do a tutorial on how to make the ai smarter so that if it has an opportunity to win, it makes the correct move to win?

l.j.pollard
Автор

Hey I have a problem... I can't find the "timer" in the toolbox

elvirhajdari
Автор

hay un error el el codigo, ya que marca que el CPU ha ganado, y no tiene las casillas de ganar, tambien en jugador

ChavaMartin
Автор

Its not working for me, shows that there are a lot of errors?

nathanchan
Автор

I do same step in you but game is not work properly 😢 so what I do now

yuvrajnagtilak
Автор

Thanks a lot very fast and very everything lol

rngsus
Автор

Can anyone explain to me, why the random random was declared below the Player currentPlayer; please?

elaineeyas
Автор

I have an interesting question, because i have found a flaw in the game:
-when the player clicks super fast it doesnt register the AI's response and u can click whenever, wherever u like and i was wondering if u can show us a fix to that

martinnikolov