/

Basic Android Chess App

Android Studio / Java / Android XML

Project

Overview

This Chess mobile app implements many features to create an enjoyable chess-playing experience. Players can play in a two-player mode, with Touch-based movement to select the original and destination squares. The game includes an undo and an AI button for random legal moves and controls for drawing or resigning. When either is clicked, the game's outcome is reported, and games in progress can be recorded and saved with titles.

A game list is also provided, allowing users to access recorded games by date or title. For game playback, users can view recorded games move by the move at their own pace.

Tech Stack

Android Studio

Java

Android XML

Back