Project 1: Tic Tac Toe Game Android Game Development | Android Tutorials in Hindi #5



Project 1: Tic Tac Toe Game Android Game Development | Android Tutorials in Hindi #5

Project 1: Tic Tac Toe Game Android Game Development | Android Tutorials in Hindi #5

In this video, we will see how to develop Tic tac toe game in android using android studio from scratch along with other android tips and tricks.
►Source code & Text Tutorials: https://codewithharry.com/videos/android-tutorials-in-hindi-5
►This video is a part of my Android tutorials in Hindi course. In this course. Access the Free course here – https://www.youtube.com/playlist?list=PLu0W_9lII9aiL0kysYlfSOUgY5rNlOhUd
►Click here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww

Best Hindi Videos For Learning Programming:

►Learn Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi – https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME

►C Language Complete Course In Hindi –

►JavaScript Complete Course In Hindi –

►Learn JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi –

►Machine Learning Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG

►Creating & Hosting A Website (Tech Blog) Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf

►Advanced Python Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4

►Object Oriented Programming In Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP

►Python Data Science and Big Data Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH

Follow Me On Social Media
►Website (created using Flask) – http://www.codewithharry.com
►Facebook – https://www.facebook.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Personal Facebook A/c – https://www.facebook.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here

25 Comments

  1. bhai aapne ye playlist ke starting mein hi app bana diya kuch basics nahi bataya
    maine aapki bhout saari playlist access kari hai lekin sabsi kharab beekar ye lagi meko true hai bhai

  2. from where can I get the images u are using?…..It's getting messed up with the pictures downloaded from the internet

  3. stuck with some design issue all the images having red sign saying nested layout weight ( everything is looking fine in design but when running in emulator all the images are going off the grid any one with fix ) followed same steps still getting these errors ??

  4. bhai x ki pic ni mil rhi🥲🥲mil rhi to fit ni baith rhi
    aap apna wla share krdete to sahi rehta

  5. Haary Bhai jab game Tie ho gaya meand "koi bhi nahi jeeta tab " game stop ho gaya …

  6. First Tap : change the gameState[0] = 3 and check it inside the playerTapped function

  7. Sir mujhe bahot sari code smjh hi nhi aayi why we used? 🤔
    Mujhe coding krne me bahot si problems aarhi h

  8. //This is how you adapt to the TIE condition
    //Stick this code after for loop
    String checkArr = Arrays.toString(gameState);
    checkArr= checkArr.replace(", ","");
    checkArr= checkArr.replace("[","");
    checkArr= checkArr.replace("]","");
    System.out.println(checkArr);
    if(checkArr.contains("2")){
    emptyBlocks = true;
    }
    else{
    emptyBlocks = false;
    }
    if(!emptyBlocks) {
    String winnerStr = "Its a tie!!";
    TextView status = findViewById(R.id.status);
    status.setText(winnerStr);
    gameOn = false;
    }

    //This is how you make it wait till the second tap before the game is reset
    if (!gameOn) {

    gameReset(view);

    return;

    }

  9. very nice ,
    harry bhai isme wo condition nhi hai jisme koi win nahi hota , uske bad game reset hona chahiye

Leave a Reply

Your email address will not be published. Required fields are marked *

© 2023 53GB - WordPress Theme by WPEnjoy