P#9 – Chess Game

This Chess Game project leverages the open‑source DroidFish app, powered by the Stockfish engine. While the core chess logic comes from Stockfish’s C++ libraries, I customized the project by adding a splash screen, integrating AdMob ads, and tailoring UI elements. The app demonstrates my ability to work with a hybrid stack — Java for Android interface and lifecycle, and JNI/C++ native libraries for high‑performance chess AI.

Tech stack: Java (Android app logic and UI), Android SDK, Stockfish engine (via DroidFish integration), AdMob SDK (monetization), Custom splash screen implementation