Search Results for "spark chess engine" - Page 3

Showing 188 open source projects for "spark chess engine"

View related business solutions
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    BagaturChess

    BagaturChess

    Java Chess Engine

    This is UCI Chess Engine writen in Java. Since version 1.4 (inclusive) the project was moved to https://github.com/bagaturchess/Bagatur
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Super Micro Chess

    Super Micro Chess

    The world's smallest chess playing program just got smaller!

    Super Micro chess engines are a series of world record small source and executables programs able to play the famous "King's Game" (both with simplified and full FIDE support)! Please refer to the official home page for more details: http://smmax.sf.net.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3

    icsDrone

    icsdrone is an interface between a chess server and a chess engine

    icsdrone acts as an interface between an ICS (Internet Chess Server) and a chess engine supporting the XBoard/WinBoard protocol. Unlike XBoard/WinBoard it does not use a graphical interface so it is suitable for use on embedded systems. icsdrone was originally developed for FICS (the Free Internet Chess Server) by Henrik Gram but currently ICC (the Internet Chess Club) works as well. Some features - "Daemon mode" (run in background). - Auto reconnection in case...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Redqueen Chess Engine
    Redqueen is an UCI (Universal Chess Interface) only compatible chess engine written in C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 5
    Alcibiade Chess

    Alcibiade Chess

    Next generation web chess club

    From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come. This project has two parts: - A Java Chess library containing board models, rules and PGN format management - A complete Chess web application based on the core Java library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Vrigazov Chess Engine

    Chess engine, currently in development

    Basic chess engine with implemented rules and DFS search in the graph of positions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Krudo

    a Java chess engine for cookers

    A simple and rudimental chess engine written in java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Crafty Chess Interface

    Crafty Chess Interface

    free open-source chess engine interface

    latest portable distribution: https://sourceforge.net/projects/craftychessinterface/files/crafty_gui_10.7z/download
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 9

    ChessNovice

    A weak open source java chess engine

    Another open source java chess engine. The project is in a very early stage. Winboard compliance is partial. Does not support undo of moves or time controls. Right now it makes a move every 45 seconds. If you are a beginner-intermediate player you might find this a good sparring partner.I have tested this only with Arena3.0. I plan to make this stronger gradually. In the the end an array of ChessNovices with varying playing strenths should be available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    CheekyChess

    CheekyChess

    A fast bot for chess.com

    This project aims to provide a fast chess bot able to recognize moves and respond to them via use of an external UCI-engine, such as - preferrably - Rybka 2.9. Check out a live demo here: https://vimeo.com/128428976
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Spark

    Windows Desktop Search

    This is a prototype for Desktop Search Engine for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Conqueror Chess Engine

    Conqueror Chess Engine

    A powerful chess engine written in C++

    A powerful chess engine written in C++. It currently implements hybrid board representation, alphabeta pruning, quiescence search, static evaluation, legal move generator, iterative deepening, MVV/LVA move reordering, makemove, unmakemove and uci move representation standard, tapered evaluation. Elostat gives the current version an ELO of 2100 measured over 50 games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SCE

    SCE chess engine

    A beginner-friendly chess engine for training. Development currently halted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TaipanChess

    TaipanChess

    An extremely strong chess engine.

    Taipan is an immensely robust UCI chess engine written solely by Leonard Krylo that is written to give precise chess analysis and ofcourse, play strong chess. Furthermore, It's elo is estimated to be around 3300-3400! It would be safe to say that it's much stronger than any human grandmaster in history! The name of this chess engine is derived from the most venomous snake in the world, Taipan. The current version is 1.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Chesser

    A Chess Engine derived from Winglet

    Chesser is a Bitboard chess engine based on Stef Luijten's Winglet Chess Engine. This program came into existence because I saw a huge room for improvement in Winglet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Javascript Universal Chess Interface

    Port of UCI to Javascript

    An interface for javascript chess engines to the UCI (universal chess interface) protocol. This allows javascript chess engines to be launched in most chess guis. The progam is based on the Google V8 Javascript Engine. This program expects the path to the .js file of the engine in the first parameter. A wrapper for the open source Javascript Engine p4wn by Douglas Bagnall is provided as an example. A successful and very complete implementation is the Javascript Chess Engine Lozza...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GreKo

    Chess engine

    Winboard/UCI chess engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DreamChess

    DreamChess

    OpenGL chess game

    A portable chess game consisting of an xboard-compatible OpenGL user interface with 2D and 3D board views and a chess engine. The primary targets are Windows, Mac OS X and Linux.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    SPARK Particle Engine
    SPARK is an advanced particle engine written in C++ It is designed to be generic and to be integrated in any rendering engine. Some rendering modules have already been designed for OpenGL, Irrlicht and SFML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Piriton

    Piriton is a chess Engine developerd with SMAPIM tecnology

    Piriton is a Python SMAPIM chess engine, are developer with is more fast and more flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Cave Chess

    A Java chess engine using xboard protocol

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Frinker Chess

    A chess engine in C# using bitboards

    Frinker is a chess engine written in C#. It uses bitboards as its board representation. Also contains a simple user interface to play against the engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PluggableChessGraphism

    Take the chess graphism, and use it with a chess engine.

    You are given a chess graphical interface, with drag and drop functionnalities (or other interaction mode), board flipping, and some pieces/cells sets given. Then, you have some callbacks methods in order to validate moves from your chess engine and to update them to your chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Eia v0.3 - is a open source classical chess engine written just for fun. It plays in strenght around 1900 Elo and may be useful for sparring. Note that it is just an engine - you need to load engine into any available chess GUI (Graphical User Interface).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Chess engine code name "Gull"
    Downloads: 17 This Week
    Last Update:
    See Project