Showing 29 open source projects for "alpha"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    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
  • 2

    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
  • 3

    Paltry Chess

    HTW Saar - PIB Projektarbeit 2013

    This chess engine is the result of the project work 2013 at the University of Applied Sciences, study programme Applied Informatics. The target was to write an engine that is able to play chess with the official FIDE rules. At the moment, the engine chooses the first-found valid move instead of the best move. Other java classes should be fine. - shout-out to Mediocre Chess
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    yacen

    yacen

    Yet Another Chess ENgine

    ...It is completely written in ANSI-C using nothing more than the standard library and thus is very portable and easy to compile on almost every platform. yacen uses the common UCI interface to communicate with any compatible GUI. NOTE: yacen is currently in pre-alpha status. This means that there is only source code available which is far from complete and thus cannot be compiled to a working binary yet. A more complete source code and first binaries for Linux and Windows will be available when the project reaches alpha status.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    Kenny ClassIQ

    A java-based, purely object-oriented chess engine.

    Kenny ClassIQ (read Kenny Classic) is something like my dream project. It is a chess engine with pure object oriented programming with close-to-real-world representation of the game inside the program using OOPS. Initially I thought of doing a similar thing in C++, but after trying to develop my other chess engine Kenny in this route, I found out that it is a difficult task, and switched to using Java for the programming instead. To learn how to do it, I created a similar,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ChessAT

    one more chess engine in the barn

    This simple chess engine employs a minimax algorithm to calculate two moves ahead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    My solution at a fully functional chess engine. Includes c# project files with front end gui, and an engine utilising alpha beta pruning, zorbist hashing and minmax algorithms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Anni#

    Anni is on free open-source C# UCI bitboard chess engine

    Anni is on free open-source C# UCI bitboard chess engine. Now it is half-blank, but it definetely will implement: Alpha-beta PVS search, Bitboard chess representation, Null move
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Chess Engine
    Provides interface for working with chess games in PGN (use libpgn) make moves, and get result
    Downloads: 1 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
    Yet another chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project works to match a simple chess engine with an intuitive GUI. The ideal end result can be deployed on decrepit PCs and teach chess wordlessly, through "doing", as it were. With any luck, OpenGambit will reach that point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Computer chess engine written using Qt4, which works under Knights, Jose, Arena and other chess board GUI games. Uses bitboard game representation and alpha beta brute-force search to analyse chess positions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A client-server chess engine with a focus on pluggable rules and analysis, implemented in Ruby
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    KCChess -- yet another xboard-compatible chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Simple chess gui and a chess engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A CECP (glChess-, xboard-, ...- compatible) chess engine specially conceived as a study application of Belief-Desire-Intention AI Architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Witz is a chess program that is designed to work with a Winboard interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java Program of a machine which plays chess: it recognizes the chessboard, the position, the move of the opponent, and asks an external Chess Engine to reply to the opponent move. it is connected to a real robot which has an arm to manipulate the pieces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Manado Chess - XBoard and UCI compatible chess engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Slibo is a chess interface and a chess engine for KDE.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ch0 c-h-zero the chess engine!!! How well is it possible for your processor(s) to play chess? How well is it possible for someone AND your processor(s) to play chess? Would they let it fly, or manage it actively? --> Let's evolve !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cassandre is an extensible chess engine written in C++, it is Winboard/XBoard compliant.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    SMART: SMART Minimax Analyser for Recursive Trees. The goal of the SMART project is to develop a powerful state-of-the art FICS compliant chess engine, using experimental technology (re-iterative MTDf , ETC, reinforced temporal difference learning, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple attempt at a chess program, written in C++. Originally it will be for Win32, but with a few adjustments should compile under any environment. This is primarily a learning project for the author, and any help would be appreciated!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A group of chess related programs. At the moment the following are planned: a chess board manipulator, a correspondence chess manager, a PGN to HTML converter and perhaps an ICS client. No plans for a chess *engine* - Crafty is already good enough.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB