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

  • 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
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    GCompris : I got IT

    GCompris : I got IT

    Educational Software for children aged 2 to 10.

    GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game oriented, but nonetheless still educational.
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 2
    pyDarts

    pyDarts

    OpenSource and DIY real electronic darts game

    Play at many electronic darts game (such as Cricket, Crazy Cricket, 321 Zap, etc) with a cheap DIY dart game controled by an Arduino UNO controler, and the pyDarts python game ! Make you own game and share it with the community ! Note that this is NOT a software to manually score while you are playing beside ! This software score by itself but require a converted dart board ! pyDarts is the reference since no other electronic dart game offer so much functionalities !
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    A multi-player networked clone of the classical Bubble Bobble board game. Throw bubbles at monsters and collect dozens of different bonuses before your co-players! A modernized version running the clients in browsers is available at https://bitbucket.org/arigo/bub-n-bros/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    A prototype for a 3D Goban display, full featured SGF editor, client for IGS-PandaNet and interface for GNU Go. glGo is written in C++ and based on wxWindows, OpenGL and SDL. glGo is available for Linux and Windows.
    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
  • 5
    glChess is an open source 2D/3D chess interface for the GTK+/Gnome desktop. It is designed to have a clean and simple interface. Games can be played between human players and compatible 3rd party artificial intelligences.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Dice Roller v1.0

    Dice Roller v1.0

    Basic dice roller application for Windows

    This basic dice roller application supports 6 different types of dices such as D4, D6, D8, D10, D12 and D20. Clicking on the Roll button rolls these dices. Also pressing the space bar in your keyboard rolls the dice. Useful for board games and RPG games.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    PyScrabble is an online, multiplayer scrabble program written in Python.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Snakes And Ladders

    Snakes And Ladders

    Desktop application to play the classic Snakes and Ladders game.

    Embark on an epic journey of twists and turns as you dive into the classic game of Snake and Ladder with a modern twist. With a vibrant 10x10 board and 2 to 4 vibrant players, the battleground is set for an exhilarating showdown now with multiplayer support upto 4 players with visual animations of pieces moving on the board! Gather your friends and family for more fun with new updates in game. Now with full screen mode. Download the latest version!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Players and solvers for the game of Hex.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    This project is a POSIX-compliant driver for the dgt board from dgtprojects. It is intented at acting as a layer between chess engines and the dgt board.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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: 2 This Week
    Last Update:
    See Project
  • 12
    Horizon is a 10x10 draughts program created by Feike Boomstra.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    PyBawo

    A Multiplayer Bao (Bawo) App for GNU

    PyBawo is a multiplayer implementation of the East African board game, Bao (Bawo) in Python. PyBawo largely implements Bao (Bawo) as played in Malawi with additional rules that eliminate the possibility of infinite moves. PyBawo currently supports local two player games against another human or the computer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    2048 Python , AI , 1 or 2 players

    2048 Python , AI , 1 or 2 players

    py 2048, a well know 2048 clone board game

    Written in Python 2.7.x and pygame1.9.1~2 compliant (at least) Python 3.4 HOW TO PLAY: keyboard UP, DOWN, LEFT, RIGHT, escape to quit increase your score shifting tiles with same number. the value of resulting tile is multiplied *2. CUSTOMISE YOUR GAME: edit py2048.cfg configuration file. you can: -Change Raws and Columns amount. -Change Random range value of new tile. -Limit the maximum tile value. -Limit time allowed for movement. -Enable no movement (a new tile appear even if your movement doesn't shift anything). -Set shift to one step only. -Save the game state when exit (for autoload at start game) -Key config player 2 ect... V0.1.0: -add Small, Medium and Large preconfig Panel Game. -add HiScore for Small, Medium And Large Panel Game -check for close windows as QUIT event. -add Change theme screen BckGnd on score tile. -add counter move V0.1.2: -compliant Pyhton34 -add AI Auto Boot -add 2 players Human/AI (keys A,Q,W,X)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Go Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MKGI Chess Club is a chess playing server with a pure Web interface. It features complete player profile management, full html email notification with embedded board display. It also includes an interface to match against chess engines such as gnuchess.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    glparchis

    glparchis

    Parchis Game in OpenGL. GPL.

    Parchis Game in OpenGL. It has GPL license. There are Linux and Windows versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    pyKsoko
    pyKSoko is a clone from Sokoban, yes another one. It was intended as a clone of Ksokoban the old Sokoban clone from KDE 3.5.x but it evolved and has now many features who are not part of the original KDE Sokoban clone. Have fun & give feedback! :-D
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    pynestein aims to provide an open source client and server implementation of Ingo Althöfer's well-known board game "Einstein würfelt nicht".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    4st Attack is a gorgeous looking connect-four. And whilst being good looking it's scarily addictive!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    The exciting and complex text-based online Battletech game as developed and actively used by Battletech 3030MUX and others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    The Felo rating system provides an objective fencing strength estimate for each individual fencer in a group, just like the Elo rating in chess. This program calculates the Felo numbers by analysing a bout result list created by the user.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Flying Colors Assistant

    Flying Colors Assistant

    An assistant tool for the wargame 'Flying Colors'

    This is an auxilary tool for the naval tabletop wargame 'Flying Colors: Fleet Actions in The Age of Sail', by Mike Nagel. With 'Flying Colors Assistant', players can easily keep track of the status of their ships (condition, damage, etc.) and automatically perform them most frequent complex game calculations, such as firing cannons or applying damage. The program checks the game tables, computes dire roll modifiers, etc., helping the player to focus less on game rules and more on game tactics. The Flying Colors Assistant it is not a replacement to the board game. It is just an auxiliary tool to help players run their games faster. Check out the project wiki for more information, a complete list of features, installation instructions, and so on: http://sourceforge.net/p/fcassistant/wiki/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Py Connect Four is the Connect Four game you've always wanted! (some exceptions apply :-p). This is the classic 2 player game, where each player puts his/her piece in, and the first to get four in a row wins the round. This game keeps track of the s
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Volity

    A platform for Internet-based multiplayer games.

    Volity is a platform for Internet-based multiplayer games. ****MIGRATED TO GITHUB**** Please see: https://github.com/jmacdotorg/Volity
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.