Showing 54 open source projects for "engine"

View related business solutions
  • 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1

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

    JChess

    The Java Chess Engine

    This library is an attempt to create a flexible chess engine using the Java programing language. The main diference than others chess engine's is that it is only a library, and it can be attached to any program, including a web application. If you are interested to contribute please contact me. Francisco Rafael Del Roio <francipvb@hotmail.com>.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Architect I Gomoku (Engine with GUI)

    Architect I Gomoku (Engine with GUI)

    Gomoku Game: Playing with Computer

    This is the first step of a board game engine development plan "Architect". The first version will be playing the classical Gomoku game, and this version is called "Architect I". This project also shows the rich features of the next generation Java graphical user interface. The GUI of this application was built using JavaFX 2.0 which was entirely written in Java. Although as been announced, JavaFX 3.0 will be integrated into JRE in next year, at this point, you still need a separate runtime evironment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java based client / server online games engine & API for easy creation/running of real-time multiplayer games. Games include Battleships, Camelot, Checkers, Chess, Connect 4, Dots, Go, Octagons, Texas Hold'em Poker, Reversi, Spades, Tetris & Tic-tac-toe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Frittle
    Frittle is an open source amateur Java Chess Engine that supports the XBoard/WinBoard Chess Engine Communication Protocol (version 2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Earl Engine moved to Google Code: http://earl.googlecode.com. BoardCalc is a separate, independent utility mobile application for Conflict of Heroes gamers. It's a probability calculator and dice replacement. NOTE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Java Chess Engine supporting XBoard and OCI protocols. It is implemented using algorithms such as MinMax and AlphaBeta-Pruning searches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Java AI Gaming Engine is a collection of games that allow easy integration, testing, and competition of AIs. The games that are supported: Hex and Ataxx, and in the future: TicTacToe, Chess, Checkers, Rock-Paper-Scissors, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A game engine, written in java, intended to be customizable and portable. It uses Groovy (and probably other scripting languages supported by the JVM) to reproduce behavior of tabletop and miniature games, like Warhammer 40K (TM). PROJECT NOT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    CCGMachine is a generic collectible card game engine which allows developpers to implement the game of their liking while keeping a consistency between game interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Simple chess gui and a chess engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    .... >>> moved to https://peteschaefer.github.io/jose <<< You can store chess games in a database. You can view and edit games (including variations and comments). You can play against a plugged-in chess engine and use it for analysis. Features 3D board view.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    Marc's SuDoKu is a complete SuDoKu program with advanced puzzle creation and solving engine (see http://sourceforge.net/projects/sudoku). With Marc's SuDoKu you can play alone or in duel/battle via the included NetPlay. You need Java6 (read the news!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An engine written in java designed for turn-based games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    "Mentally Challenged" is an XBoard/WinBoard compatible chess engine written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Chess Editor is a pure Java tool to create, edit and view chess games in the Portable Game Notation (PGN) format. The tool integrates with externally specified chess engine programs to provide analysis of board positions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    An engine/framework for isometric games (like japanese RPGs) for mobile devices supporting J2ME (MIDP 1.0). This engine will manage maps, objects and characters. A full Action-RPG using this library is going to be released... Stay tuned...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An adaptation of the board game Condottiere based on a turned based strategy engine and IA engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DOEDELS is a (multi- and) singleplayer adventure enigine written in java(j2se1.5 +). The project contains the games-engine and some editors to create your own 2d adventures. The Adventure will allow to mix the gameplay with some details of RPG- and strat
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    This Projects purpose is to provide a simple Engine to play a basic 2 player Strategy Boardgame. This engine allows you to write computer agents to experiment with AI techniques (minimax, alpha-beta Pruning, neural networks ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An advanced GNU Java Chess Engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    The Freya Game Engine is a cross platform Java API for writing multiplayer turn based games. The engine produces XML turn descriptions based on XML command files and XML data dictionaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An easy to understand chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A minigame tournament engine that allows for playing games against other people across the internet. The project is in the planning/alpha. It only currently has an Line of Sight Chess Program.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB