Showing 94 open source projects for "compiler python linux"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    SANKit

    Read and write PGN format and test moves for legality.

    SAN Kit was made public in 1993 by Stephen Edwards, the inventor of PGN Chess notation. The original code is in C, and with few comments quite cryptic. In addition, the original author's style was quite quixotic, making it even more difficult to read. This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs. The code has gone through extensive analysis using the llvm/clang compiler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Four In Row Arena

    Implement your player strategy and compete with other strategies.

    A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments. To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    This project contains a Breadth-First-Search implementation of a solver for the board game Ricochet Robots: http://en.wikipedia.org/wiki/Ricochet_Robot There is a simple wxPython based GUI frontend for invoking the solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Nuffle Blood Bowl Web Manager is a system for managing teams and leagues for the game Blood Bowl by Games Workshop. Version 2.x is implemented in Python and supports the PBBL ruleset. Version 1.x is implemented in PHP and supports the LRB ruleset.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Croatian Chess
    Croatian Chess is a collection of various chess variants, starting as a simple and natural enhancement to classical chess and growing ever more complex with each new variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    It's a strategy turn based game for end user. The object of the game is to occupy a larger part of the land by surrounding dots of the opponent (thus creating territories). The land is a large grid where dots are placed on intersections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A go or chess timer written in python. Go timer can be used instead of a stand alone go or chess timer when playing a game on a real life board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Two programs for playing board games over the internet. A board viewer, where all clients see the same image with moveable tokens. And a chat client with calculator and dice roller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    In knight tour (kt) problem every chess square is visited exactly once using knight moves. In this game some knight moves already made and we have an incomplete kt. The object is to complete the kt by guessing missing moves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Trivia board game written in Python for Windows OS (XP+). Requires use of at least one USB controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    My implementation of a Konane AI system using Alpha-Beta pruning search techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 0 This Week
    Last Update:
    See Project
  • 15
    Paper game computerization. In limited square you need to cat part of land with limited line. It is turn based, so you have to think how to get but to give.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Chinese Chess is a very popular game in China, almost everyone knows how to play it. I try to develop this game by Python,wxPython
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a python implementation Thud!, a boardgame. It aims to offer both backwards compatibility with the existing Thud! application while adding new features such as drag-n-drop interface, internet playability and computer opponents (AI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CatchX is a board game written in Python for ~4 persons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20
    An open source tower defense game and engine. Focus of the project will be to make it easy to extend and implement new towers, levels and critters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Purpose of this project is to develop 2D cannon shooting game in Python. Dev environment is Python + PyGame + NumPy + PGU
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple and light-weighted Python implementation of the Reversi (Othello) board game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Classic Snake & Ladder Board Game in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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: 0 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.