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.

  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 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.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 2
    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: 12 This Week
    Last Update:
    See Project
  • 3
    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: 12 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: 11 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    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: 6 This Week
    Last Update:
    See Project
  • 6
    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: 13 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Fruit machine game written in python.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Educational program for young children (4-7 years old). Its purpose is to teach them to manipulate the mouse by three pleasant activities
    Downloads: 6 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    PyScrabble is an online, multiplayer scrabble program written in Python.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    4st Attack is a gorgeous looking connect-four. And whilst being good looking it's scarily addictive!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    Move your armies between territories in a board and dispute territories through 2-D artillery simulation. Soundtrack by Stabilizer (http://www.myspace.com/stabilizer), every track is used with their permission.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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: 1 This Week
    Last Update:
    See Project
  • 16

    Dungeons & Dragons Miniature Game

    A Dungeons & Dragons Miniature Game.

    Have you ever wanted to play Dungeons & Dragons with miniatures in your PC? Check this out!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Trinkets for hackers. Currently: Rubik cube move series inventor. Go solver for tiny boards. Jokes converted into lateral puzzles. Turing machine enumeration Things coming: sci-fi ideas/stories, chess (endgame), etc... License GPL+GFDL
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    LuckyWords

    LuckyWords

    A classic word guessing game

    LuckyWords is an open-source classic word guessing game loosely based on 'Hangman' and 'Wheel of Fortune'. It is targeted for Linux and the KDE desktop, though in principle, as a Python application it is platform independent. LuckyWords depends on Python 3 and PyQt4 and is released under the terms of GPL 3.0. For further information, visit the wiki or our website at www.casualcoding.org.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Sulk is a computer version of one of Games Workshop's most perfectly conceived games, Space Hulk first edition. Play on a hotseat, against AI Genestealers, or (planned) over the internet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Treenimation is a tool for creating web-based, multiplayer board games and animated games embedded in a virtual city, Treenopolis. All games/user tools are coded in a scripting language: Treescript. Non-programmers can create drag-and-drop games as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Library for manipulating hexagonal grids. Supports arbitrary areas and paths. Routing algorithms: find best path, find movement horizon. Output as SVG - which you can easily convert to PNG or JPG. Interface from C++, Python and JavaScript.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    16p Mahjong
    Mahjong (麻將) is a classic game in china. This game is Taiwanese Mahjong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A clone of the board game Alhambra. Players use their resources to try to build the best village. A fun game with fairly simple rules for 2 to 6 players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    BARS_checkers

    BARS_checkers

    BARS - a program for playing checkers

    BARS is a program for playing checkers. In this program, you can play with a robot of different difficulty levels, train your memory, solve tasks, memorize openings, save games played. Enjoy using it :) source code: https://github.com/Ni3nayka/BARS-international VK-group: https://vk.com/bars_checkers if you have a problem starting the program, try: 1) update net.framework 2) update VS MS C++ WARNING: the program works only with windows x64
    Downloads: 0 This Week
    Last Update:
    See Project