Tic Tac Toe Android App Tutorial Using Android Studio

Welcome to Tic Tac Toe Android App Tutorial using Android Studio. In this post we will build a Tic Tac Toe game for android using Android Studio. This game would be impossible to beat because we are going to use the MiniMax Algorithm here.

How to Make a Tic Tac Toe Game in Android?

In this article, we will be building a Tic Tac Toe Game Project using Java and XML in Android. The Tic Tac Toe Game is based on a two-player game. Each player chooses between X and O.

Quadratic Equation program in C

In this article, you will learn to find the roots of a quadratic equation in C Language. The standard form of a quadratic equation is:

Program of Sum of digits in C++

This article shows that Program of Sum of digits in C++. We can write the sum of digits of number program in C++ language by the help of loop and mathematical operation only.

Calculator Program in C++

In this article, we will create calculator program in C++ using functions and do-while loop. A calculator is a portable device or a software program

Char array to string in C++

“char” data type or a character data type is used to store letters, unlike numbers and integers, which are stored in “int”, “double” and “float” or true-false value in “bool”.