Showing 44 open source projects for "javascript open source"

View related business solutions
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Stockfish

    Stockfish

    UCI chess engine

    ...Read the documentation for your GUI of choice for information about how to use Stockfish with it. Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish is open source (GPLv3 license). That means you can read the code, modify it, and contribute back. You can use Stockfish on your computer or on your iOS or Android device. So you can get world-class chess analysis, wherever you are. The Stockfish engine features two evaluation functions for chess, the classical evaluation based on handcrafted terms, and the NNUE evaluation based on efficiently updatable neural networks.
    Downloads: 231 This Week
    Last Update:
    See Project
  • 2
    Chess Tools for Windows

    Chess Tools for Windows

    Batch tools for creating Polyglot books and PGN-based statistics.

    Open source scripts and tools for Windows. Every zip archive contains a readme file with further information. PGNStat and PGNXtract are batch processing tools for Windows. Simply unpack the zip archive into a directory of your choice. The batch files require free and open source third-party tools. These are not included in the zip archives and must be downloaded separately.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    MinkoChess
    MinkoChess is a multiplatform chess engine written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    NetChess

    NetChess to play between two players over net or internet

    NetChess is a Graphical User Interface (GUI) for playing chess game. This software can be used To play chess between two players over network using TCP/IP (LAN) or in internet/intranet (Network vs Network) To send instant message (chat) while playing chess To observe the chess game played between two players over network To play chess between two players on the same board As PGN, FEN, EPD converter. This can be used To convert PGN to FEN or EPD format To convert FEG to PGN or EPD...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 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
  • 5
    A chess-engine based on Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ChessShell API

    ChessShell API

    Extensive Java chess database libraries.

    Extensive Java chess database libraries. Native game database, native position database, pgn database reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 4 This Week
    Last Update:
    See Project
  • 8
    Redqueen Chess Engine
    Redqueen is an UCI (Universal Chess Interface) only compatible chess engine written in C++.
    Downloads: 4 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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    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
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11

    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 5 This Week
    Last Update:
    See Project
  • 13
    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: 1 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    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
  • 16

    Cave Chess

    A Java chess engine using xboard protocol

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

    ChessApplication

    A chess application : game with human and/or computer

    A chess application in order to play against computer or to play with another human. No network playing is planned (no FICS). This program uses the Carballo Chess Engine in order to check moves, and the Stockfish engine (that you must download on their website) in order to generate the computer moves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    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. It is completely written in ANSI-C using nothing more than the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mediocre is a Java-based chess engine, implementing features like LMR, SEE, history and killer moves heuristics, transposition tables, internal iterative deepening, PVS search etc.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Chess Engine
    Provides interface for working with chess games in PGN (use libpgn) make moves, and get result
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AmySharp is the C# version (stripped down) of the Amy Chess Engine hosted at https://sourceforge.net/projects/amy2/ originally developed by Thorsten Greiner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An open source chess engine in C, released under the GPL. Compatible with the XBoard and UCI interface protocols to link to a GUI or other chess arbiter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Carballo is an Open Source Chess Engine developed in Java with simplicity and clearity of code in mind. It is based on BitBoards, with a magic Bitboard move generator and scores aprox 2300 ELO points in BT2630 test.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Yet another chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB