You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“Calculator” is a simple, intuitive, and lightweight Android calculator app built using Java (with some Kotlin) that lets users perform basic arithmetic operations easily. It is designed with a clean UI and minimal distraction, making it ideal for everyday use.
# Tic Tac Toe with AI A classic Tic Tac Toe game implemented in Android. Play against an AI that uses the Minimax algorithm with alpha-beta pruning for optimal moves. Features a clean UI with interactive game grid, status updates, and the ability to reset the game.