[go: up one dir, main page]

Browse free open source Board Games and projects for Android below. Use the toggles on the left to filter open source Board Games by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 1
    Stockfish

    Stockfish

    UCI chess engine

    Stockfish is a free, powerful UCI chess engine derived from Glaurung 2.1. Stockfish is not a complete chess program and requires a UCI-compatible graphical user interface (GUI) (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with it. Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish is open source (GPLv3 license). That means you can read the code, modify it, and contribute back. You can use Stockfish on your computer or on your iOS or Android device. So you can get world-class chess analysis, wherever you are. The Stockfish engine features two evaluation functions for chess, the classical evaluation based on handcrafted terms, and the NNUE evaluation based on efficiently updatable neural networks.
    Downloads: 174 This Week
    Last Update:
    See Project
  • 2
    Domination (Risk Board Game)

    Domination (Risk Board Game)

    Domination is a game that is a bit like the board game Risk

    Domination is a game that is a bit like the well known board game of Risk or RisiKo. It has many game options and includes many maps. Written in java it includes a map editor, a simple map format, multiplayer network play, single player, hotseat, 5 user interfaces and many more features, it works in all OSs that run java 1.5 or higher, iOS and Android.
    Leader badge">
    Downloads: 166 This Week
    Last Update:
    See Project
  • 3
    Chess Engines for Android (APKs)

    Chess Engines for Android (APKs)

    Prebuilt UCI- and XBoard-compatible chess engines.

    Installation files for chess engines that provide the Open Exchange (OEX) format. Links to the source code of the built-in chess engines can be found in the corresponding zip archives. In an APK file, chess engines are always available for the following architectures: arm64-v8a, armeabi-v7a, x86, and x86_64. The installation file takes care of the correct installation based on the hardware used. Newer devices can use the files with the suffix “_arm64-v8.2a-dotprod” in the name. The APK file "Chess Engines Bonus" contains chess engines without embedded networks. Chess engines in this package are not ready to use. The missing network files can be found in the assets directory (just rename apk to zip). The network file must be copied to an appropriate directory (this is usually the app-specific external storage) and specified in the UCI options. Requires a chess app that supports the OEX format (e.g. Chess for Android or DroidFish).
    Leader badge">
    Downloads: 802 This Week
    Last Update:
    See Project
  • 4
    Chess Engines for Android

    Chess Engines for Android

    Portable UCI- and XBoard-compatible chess engines.

    Open source chess engines that support the Universal Chess Interface (UCI) protocol or Chess Engine Communication Protocol (XBoard). They are written in the C, C++, Go and Rust programming language. C and C++ based chess engines were generated with Android NDK, Clang and GCC. Go and Rust based chess engines were generated with their correspondent compilers. This was done on different platforms like Linux, Termux and Windows. Every zip archive contains a readme file with further information (e. g. link to the source code). Chess engines are located in the libs directory and are available for arm64-v8.2a-dotprod, arm64-v8a, armeabi-v7a, x86 and x86_64 based devices. If a chess engine supports NNUE (Neural Network Updated Efficiently) technology and the network is not embedded in the binary, you will find the missing network file in the networks directory. Requires a chess app that has full access to the internal memory (e.g. Chess for Android 6.2.1 or DroidFish).
    Leader badge">
    Downloads: 561 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Peg Solitaire
    Peg solitaire is a board game for one player involving movement of pegs on a board with holes. The program includes over 330 solitaire problems. The program looks for new solutions and it is possible to raise new problems.
    Leader badge">
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    belofte chess

    belofte chess

    A promising chess program

    A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions. The last stable release is 2.1.9 and has been released on 19/08/2025. Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows) Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/... For access to code, please clone the git repository. Compiles and Runs on 32/64 bit on Windows, Mac, Linux, Android (ARM/x86) and Raspberry. Released under GNU v2 license. (means free to copy, free to modify, free to use, ...) Works fine with Arena/Cutechess/BanksiaGui/Winboard/Xboard/...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Anywhere Board Games
    Anywhere Board Games (ABG) allows users to play board and card games on the web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a stand-alone PHP app. Unlike other gaming environments, we had a peculiar vision: projecting the main board on our table and using laptops or tablets to control our hands (with other friends joining in remotely). ABG runs on PHP 5 and Apache (which is provided with the Windows installer). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
    Leader badge">
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Basic Blind Chess

    Basic Blind Chess

    Blind Chess using Taiwan rule

    Blind Chess also known as "Dark Chess" (暗棋) or "Banqi" or Half Chess , is a two-player Chinese board game played on a 4x8 grid, or half of the xiangqi (Chinese Chess) board. This application is using Taiwan rule. AI is using basic minimax tree structure and some rules. Advanced algorithm such as Upper Confidence bounds applied to Trees and Monte Carlo Tree Search are NOT used. This app is single player vs computer only. For English user, Christakis Giorgios made Software Requirements Specification(pdf file), it will help anyone that downloads this application to understand basic blind chess and use it. You can download this pdf in Files->Specification folder.
    Leader badge">
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Chess Tools for Android

    Chess Tools for Android

    Scripts and tools for building and testing chess engines.

    Open source scripts and tools for Android. Every zip archive contains a readme file with further information (e. g. link to the source code). Chess tools are located in the libs directory and are available for arm64-v8a, armeabi-v7a, x86 and x86_64 based devices. CECSA (Chess Engine Compiler Script for Android) and CETSA (Chess Engine Tournament Script for Android) are scripts for Termux. They need to be extracted in the home directory of Termux. There is also an installation script for CECSA (cecsa.sh) that can be used to install a complete compilation environment with all necessary compilers, tools and libraries under Termux. Note that scripts and tools requires Termux.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    Pentobi

    Pentobi

    Computer opponent for the board game Blokus.

    Pentobi is a computer opponent for the board game Blokus.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    GOdroid is an Android application to play the strategic board game Go against the GPL Go engine GNU Go. It contains a Go board UI and minor changes to GNU Go. This site contains the sources for the UI and the (few) changes to the GNU Go sources. Translations contributed by - Chinese: Jean Lea and Kid Wong - Russian: Шмойлов Валерий - Danish and Norwegian: Michael Berthelsen - Polish: Piotr Goliasz - Finnish: Daniel Landau - Romanian: Mircea Damian - Spanish: Pol Urós Guardiola - Portuguese (Brazil): Igor Costa - Italian: Alessio Gerola - Hungarian: Téglás Zoltán, review: András Oláh - French: Laurent L Volunteers for providing additional translations are very welcome - it's easy, just fill out a google docs/drive spreadsheet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Parlour Games Companion

    The project hosts a set of parlour games.

    In the project's 2 person games there will usually be a computer player implemented, too. In general the computer will supervise and check that game play follows the correct rule set, e.g. as offered in the single person fifteen puzzle game. As a first game of this collection you will find an Android implementation of the popular 15 puzzle (also well known as sliding puzzle or sliding tile puzzle as invented by Noyes Palmer Chapman around 1880). Have fun playing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Tic tac toe free no ads (version final)

    A Simple Lightweight and opensource tic tac toe game for android

    Release notes: Tic tac toe free no adds (version final) good news! we have started to develop the desktop edition of this app it should be done after some weeks. java code is no longer available How to download: 1)Tap on the .apk file in the downloads folder. 2) Enable download from unknown sources. 3) Tap on install anyway. 4) Enjoy! END_OF_LIFE - 25 July 2021 Older versions: Older versions (if any) are kept in the "tic tac toe bundle" project on Source Forge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Cala Mondrago

    Cala Mondrago

    Board game Mondrago for Android platform.

    Latest Mondrago for Android APK can be found in the partner project on https://github.com/OMerkel/Cala_Mondrago. The partner project is a code rewrite from scratch. Here you can find the board game Mondrago for Android platform as an electrical version of the Mondrago board game as originally created and published by Adrian Schacker in 1992. Thank you very much to Adrian kindly supporting our open source project by allowing us to use the original logo, name, and color scheme. See the Mondrago community website for the original rules in text format translated into various languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QMines

    QMines

    Qt-based Minesweeper with different backgrounds (and music for PC)

    Кроссплатформенный Сапёр, созданный при помощи фреймворка Qt с различными фонами, звуками и фоновой музыкой. Фоновая музыка доступна только для персональных компьютеров (GNU/Linux и Windows). Версия для Android отлично подойдёт для коротания времени в дороге.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    4together

    4together

    Small Java game such as "Connect Four" but something differently.

    Small Java game such as "Connect Four" but something differently. Ein Klassiger Vier gewinnt mal etwas anders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AndroidKnight is a 3D chess for the Android Platform now free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Multiplayer game based on the open free game http://www.fortressfigures.com/zombieplague/. Server implemented with twisted framework and client will use android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An Android go/baduk/weiqi application. Can be used to record moves or play against gnugo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BattleCalc

    BattleCalc

    Android App for Axis&Allies board game battle simulations

    This Android App is designed for assisting players of the Axis&Allies board games to better plan your game. It allows you to calculate the chances of winning or loosing a certain battle, track your income and see the sum of the units you buy. You now can download it directly from the android play store: https://play.google.com/store/apps/details?id=at.xegsoft.battlecalc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dark Knight is an Android chess application specifically designed for Honeycomb tablets. It is based on DroidFish and the Stockfish engine, and includes several additions such as Bluetooth play and difficulty selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Diplo Help

    Android app for game in person

    Do the timing, phase after phase and turn after turn of a Diplomacy game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dooz

    Dooz

    Dooz or Tic-tac-toe is a simple pen-and-paper game

    Dooz or Tic-tac-toe is a simple pen-and-paper game. I created this implementation using Kotlin and Jetpack Compose for Android Devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Draskin Conflict

    Helper app for the game Draskin Conflict

    Draskin Conflict is an intense game of intrigue and discovery. Like Cluedo or other mystery games it involves gathering a variety of clues and information to reveal the location of the genius scientist Rhyan Cronal and his time machine. The Draskin Conflict brings you to the world of Earth a hundred years after the devastating nuclear fallout that divided civilizations. The Draskin Conflict App makes the Draskin Conflict game simple and easy to setup and play. Acting as a token counter and including automated setup and scoring this app is a must have for anyone playing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next