27 projects for "simple chess" with 1 filter applied:

  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Sunfish

    Sunfish

    Sunfish: a Python Chess Engine in 111 lines of code

    ...The project is often used as an educational tool for understanding game AI, search algorithms, and evaluation functions without the complexity of larger engines. It includes a simple UCI-compatible interface, allowing it to be integrated with graphical chess interfaces or used in terminal-based gameplay. The codebase is intentionally minimal, making it ideal for experimentation, modification, and learning purposes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    mpchess

    mpchess

    simple chess game written in C

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Simple chess game for people who want to play chess but don't want to take it seriously. Written in C, using SDL 1.2 or SDL 2 for graphics. Interface inspired from old chess game for ZX Spectrum. The computer searches (L+2)/2 moves ahead (assuming that a move means that both sides move a piece), where L is the difficulty level. Positions are evaluated only by adding the values of the pieces left on the board. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    olivechess

    olivechess

    a UCI chess engine

    OliveChess is a simple chess engine compatible with modern chess interfaces such as ChessBase products, Arena and XBoard/Winboard. The engine supports UCI and XBoard protocols. Note: in order to use it as an xboard engine you may need Polyglot tool to be installed first
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Capa chess

    Capa chess

    Chess program

    Capa chess is a chess program. Features built-in simple engine, interface with external XBoard/WinBoard and UCI engines, basic plug-in capabilities, import/export, 2D/3D boards with customization. Java JRE 1.8 or above required.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Pgn2ltx is a simple converter that reads chess games in PGN format and outputs them to a LaTeX input file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Strong Java Chess Engines Game

    Strong Java Chess Engines Game

    SJCE - free portable cross-platform graphical chess game, 100% Java.

    SJCE - Strong Java Chess Engines, free portable cross-platform graphical chess game, 100%-pure Java. Support with including many best free/open-source java xboard/uci chess engines. It is possible to play both White and Black. It is possible to play Human to Human, Human vs Engine, Engine vs Engine. Simple and intuitive GUI - Graphical User Interface. Tested on Windows/Linux.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Chess

    Chess

    A simple 2D-Chess

    A 2D-Chess with many features, such as a multiplayer server and many others. It will also show you all movement possibilites you have. Playing against Computer is in development
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Virtual Chess Clock

    Virtual Chess Clock

    A simple and free chess clock software.

    Virtual Chess Clock is a chess clock software: it can be used to simulate a chess clock on computer (typically a laptop). Virtual Chess Clock is designed to be easy to use. It is free, open-source and multi-platform.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9

    SimpleNetworkChess

    A simple network chess game

    A simple network chess game : only for 2 human players. Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
    Downloads: 0 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
  • 10
    yacen

    yacen

    Yet Another Chess ENgine

    IMPORTANT: I renamed the project to cengix (chess engine no. x). See http://code.google.com/p/cengix. IMPORTANT: yacen is not in any way related to the YACE chess engine. The similar name was a mistake. To avoid confusion, I will rename my project soon and provide a link to the new site then. yacen is a simple chess engine with main focus on understandability of code and mechanisms rather than on pure performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    chessoclock

    chessoclock is a simple chess clock running on a virtual terminal

    chessoclock is a simple chess clock running on a virtual terminal. It supports an user defined time amount and increment per move as well as extra time and all the features of a Fischer clock. chessoclock is no longer based on the curses library. Install it on your (even old old old) laptop and you can have a chess clock everywhere in every moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JLightChessLibDemo

    A very simple demo in order to show how to use JLightChessLib

    The project aims to help the chess client developpers by showing how my JLightChessLib chess library canbe used in a simple application without ia, anyway the library is not developped for this purpose (as it may be very slow). In order to use a particular version of the demo, you will need a JLightChessLib jar whose version is at least the same as the downloaded demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Agoris is a simple and free chess library. It is written in C++ and allows you to base your own chess games and front ends upon it. The library provides move generation, rule checking and various search algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A multiplayer online chess game. Simple but almost complete chess client written in PHP5. Functions are: Most rules are implemented, Mail information about moves, Chat, History, Preview move, Score lists, Currently online users,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    miniMardi - Messy chess program. This is a "oh no not another simple chess program" chess program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    It is a Shogi - Japanese Chess - game made in Java, where you can play against one of 3 AI's of your choice. Or against a friend.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Checkmate is a simple chess game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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: 10 This Week
    Last Update:
    See Project
  • 21
    A Simple chess gui and a chess engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A multiple clock software, to help playing for example board games. This (very simple) software alows you to control the played time for every player and put a time limit for each person. It is inspired from the chess clocks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Quarters is a strategy game for two players. Although its rules are relatively simple, it still offers some of the same opportunities for skill as in chess.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Chinese Chess (xiangqi) game for Linux and Windows. Aims to be fast, flexible and above all simple to use. You can play with your friends or against the AI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Java chess programm. Main goal is to develop an object orientated program with simple and well documented interfaces. A major point is how to handle endgame situations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB