Showing 72 open source projects for "jd-gui"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    Stockfish

    Stockfish

    UCI chess engine

    Stockfish is a free, powerful UCI chess engine derived from Glaurung 2.1. Stockfish is not a complete chess program and requires a UCI-compatible graphical user interface (GUI) (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in order to be used comfortably. 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). ...
    Downloads: 79 This Week
    Last Update:
    See Project
  • 2
    LucasChessR

    LucasChessR

    GUI of chess

    Lucas Chess (R) is a free, open-source chess program designed primarily for training and improving chess skills. It acts as a comprehensive learning platform, offering tools for beginners and advanced players alike. The software includes a wide range of exercises covering openings, tactics, endgames, and visualization techniques. Users can play against multiple chess engines with adjustable difficulty levels that simulate different strengths. It also provides detailed game analysis, helping...
    Leader badge
    Downloads: 3,371 This Week
    Last Update:
    See Project
  • 3
    PasKnight

    PasKnight

    Chess engine written in Pascal with an UCI interface.

    PasKnight is a UCI compatible chess engine. It does not have a graphical interface of its own; instead, it runs as a console application that communicates via text commands with a GUI (like Arena, CuteChess, or WinBoard). PasKnight is written in Pascal using Lazarus & Free Pascal compiler. Executables are provided for Windows, Linux and macOS. Elo of the engine v0.981 is around 2200
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    Cardboard Circuit

    Cardboard Circuit

    Car Racing Game for Linux Systems

    Cardboard Circuit is a fun racing game developed for nostalgia lovers. Instead of a traditional racing track, the race takes place on rotating cardboard disks. The player controls a small toy car using the mouse while managing battery power and avoiding terrain hazards. The game was designed to be simple, lightweight and easy to play, while still offering a small challenge through battery management and obstacle avoidance. Project page: https://github.com/shampuan/cardboard-circuit
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    Gvd

    Gvd

    Gui to play draught with vd engin

    Gvd is a graphical interface to use with vd engin. This application use libm3d. You can find libm3d in sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Admiral Down Modern Navy

    Admiral Down Modern Navy

    Battleship Game for Debian Linux Systems

    A battleship game enhanced with effects and musics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Demli Tavla

    Demli Tavla

    Turkish Traditional Backgammon Game

    This is a traditional backgammon game developed in Turkish. The visuals, icons, etc. used in the game are my personal work. Some externally used audio files are in the public domain. The files "mirkelam_tavla.mp3" and "mirkelam_win.mp3," converted from MIDI files, are processed fake versions of clipped audio from the song "Tavla (backgammon)" by Turkish pop artist Mirkelam. The game mimics the traditional backgammon game. The game engine consists of a main Python code (tavla.py) and two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Eschecs

    Eschecs

    UCI chess GUI

    Simple UCI chess GUI written in Pascal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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.
    Downloads: 2 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
  • 10
    Strong Java Chess Engines Game

    Strong Java Chess Engines Game

    SJCE - free portable cross-platform graphical chess game, 100% 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. Need jre1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source - https://github.com/harp077/sjce If you like this - put a star on https://github.com/harp077/sjce/ for support project please.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    PerlJigSawPuzzle

    A Perl script to create and work jigsaw puzzles from almost any image.

    pjsp is a simple perl script to create and work jigsaw puzzles. Developed and tested on Ubuntu 16.04. Uses Tk for GUI, and GD to process images. Supports functions to assemble, add, edit and delete puzzles. Includes ten Public Domain and Creative Commons Zero licensed images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Path Finder Qt

    finds the sortest path on the square board. GUI is implemented in Qt.

    ...It searches the shortest path between source piece and target piece on the rectangular board. On the board the obstacles (wall) can be constructed. In addition to the algorithm, the GUI is provided. The GUI is written in Qt. Using the GUI, one can construct and move interactively the obstacles on the board. For every modification of the board, the shortest path is calculated automatically. Some statistics related to A* algorithm are presented as well. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/a-star/ https://sourceforge.net/projects/shortest-path-graph-a-star/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ChessbrainVB

    EXCEL VBA chess engine with chess board

    VBA chess engine for EXCEL / WORD / POWERPOINT ( level: 2200 ELO ) with chess board GUI. Full EXCEL install needed (no viewers or OpenOffice) also: VisualBasic 6 compile for winboard (2750 ELO), needs a chess GUI like ARENA latest version here: https://github.com/RZulu54/ChessBrainVB/releases
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    ChessShell for PC/Mac/Linux

    ChessShell for PC/Mac/Linux

    Chess Database application

    A GUI frontend for the ChessShell API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    icsDrone

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

    ... - An ICS proxy. When instructed via the "proxy" option, icsdrone acts as a proxy for the ICS it is connected to. This is similar to using xboard with zippy but now the "GUI" (xboard/winboard) can be closed without terminating the engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    the Autoblokus project

    Blokus Duo algorithms

    ...With Autoblokus, you can develop a program that play Blokus Duo, choose and/or implement the strategy of the computer, etc. The Autoblokus project consists in : 1) developping the framework to have the best possible algorithms and strategies, and 2) developping test-based and/or GUI applications playing against human players. Autoblokus is an open-source project published under BSD license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    Kenny

    "Kenny" is an XBoard/WinBoard chess engine based on "Winglet"

    ...Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or upto 20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each. These tests were run by setting up various tournamennts on the free Chess GUI Arena Version 3.0. Kenny uses modified values for evaluation of various parameters, thus introducing almost an entirely new engine, because the evaluation function is the heart of a chess engine.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    CP 3D Chess
    Cross-Platform 3D Chess A 3D chess game made using OpenGL and C++ Objectives: -High Quality Graphics -Proper Chess Rules -Availability of Unofficial Chess Rules -Reading Generic Chess Files -Proper A.I. for user vs. computer modes -Good GUI -Network Current Status: Chess rules exist
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Supertombola

    Supertombola

    Supertombola, un programma per giocare alla tombola

    Programma scritto in QT per giocare alla tombola, tradizionale gioco Italiano. Con questo software sarà possibile generare cartelle, stamparle ed eseguire estrazioni sul database con riconoscimento automatico delle vincite. QT program for "Tombola" italian game. You can now play Tombola, generate random boards, save boards in .stb files and print them directly to a printer in color or black and white. It's like housie bingo game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vulcan Chess Mods

    Vulcan Chess Mods

    Enhancements and Bug Fixes to the Vulcan Tri-D Chess Program

    ...From the author's site ( http://www.fzort.org/mpr/projects/vulcan/ ): "vulcan lets you play against the computer a chess variant inspired by a certain well-known science fiction TV series." Critical Patches: > Mouse Bug fix (X11 only) -- Significantly improves GUI responsiveness to mouse. > King Bug fix -- Prevents program crash due to a computer's piece capturing the player's king. Feature Patches: > Clock Option (X11 only) -- Adds an option to show or hide the clock showing the elapsed time for each player. NOTE: If the source code tarball for Vulcan isn't available from the author's site, it can be found at http://web.archive.org/web/20110726072225/http://www.fzort.org/mpr/projects/vulcan/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Tyrannus

    Tyrannus

    Tyrannus is a Chess GUI and Engine built in Java.

    Tyrannus is not yet completely finished! I will continue to release updates as I make major strides towards completing the program. For updates on my progress, please visit my YouTube channel at: http://www.youtube.com/user/kolemannixtv Tyrannus vs. Tyrannus Demo: http://www.youtube.com/watch?v=JnZapogi5no Please Note: As of January 28, 2012, and the release of version 2.0, I, Koleman Nix, am still the sole programmer of Tyrannus. If anyone would like to work on this project with me,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Auth0 Logo