Showing 213 open source projects for "java on java"

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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    EightQueens is a simple chess puzzle written in Java. Click one square on the chess board to start recursive function. Fill the chess board with eight queens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...You can play human vs human, human vs machine or see a game machine vs machine. The game is played in a 6x4 board. Touching a piece indicates the way it moves. Stalemate counts as a win. There is a java midlet (aga
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A chess application written in Java. Currently very BETA, requires a lot of testing and work but the idea is to extend it to include A.I. and online capabilities (play with your friends online).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Wari to play in mobile with java 2 micro edition. Wari or Oware is a mancala game played in Africa, sometimes called "The African Chess".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Struggle Chess is a game of chess where all the pieces are animated. It is of course a tribute to the very famous Battle Chess. Struggle Chess is developped in Java so it is highly portable (Netbeans 6.8).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    a chess db written in java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SimpleShogi
    SimpleShogi is a Java implementation of the game Shogi (japanese chess) it supports hot seat and multiplayer via network (UDP). SimpleShogi offers intuitive symbols for beginners but does not implement an AI-player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Chesster is a java chess engine, interfaced to XBoard/WinBoard, has it's own interface too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Free shogi (japanese chess) game written in Java, with network play and AI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    The Java Chess Protocol Interface has moved to GitHub. Please update your links to https://github.com/fluxroot/jcpi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SNChessPLayer is a Java platform to play chess on-line, developped by B.Robertie. SNChessPlayer est un jeu d'echecs developpé en Java. Plus d'information sur http://echecs-en-ligne.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This chess program changes its strength to give the best match against you. Eventually it learns to beat you specifically through learning alogirthms. Features included transposition tables and a elementary 3-piece endgame tablebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Java chess server inspired by (F)ICS. The main difference that it features improved implementation and communication protocol. The goal is to make the best open source chess server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An offline FICS chess lectures (http://www.freechess.org/~toddmf/lecbot.html) replayer and JComponent chess board. It is written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chess game. It supports disconnected network play by means of emails or such. It supports also realtime network play through a TCP connection. It requires Java 2 version 1.3 or later (vers. 2 under development will reqire JDK5.0 to compile from sourc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    These are games,Pacman,Battlefield,Tetris and Chess made by students of International Institute of Information and Technology. These projects follows different Design Patterns to have an efficient designs.Projects guided by KV Dinesha Ph.D(IIT-Bombay)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AEHChess - A console based chess game between two players played in non GUI environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java program for Linux and Windows that will provide a tool for the Chess Club Administrator to run a chess club and/or chess tournaments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FreeChess4 is a java chess board based on design Pattern Factory in order to implements at your choice : GUI (drag & drop, chess Font), AI (communicate with gnuchess.exe from WinBoard via shell), RS232 (chess board desk via PIC16F877, ASM, serial port)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Our aim is to create a chess game that mainly supports networking (TCP/IP), AI (using decision trees), and multiple type of GUI It'll be developped using Java, SWT (perhaps even OpenGL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    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
  • 23
    A Chess Game developed completly in Java including the Java3D API. This game is more then standard chess games, because it contains the possibility to play on more then one layer (e.g. you can pull the rook in x- y- and z-axis)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Implementation of chess in Java. Education tool in an introductory university course in Java and object-oriented programming. Will feature full Javadoc descriptions of all methods, comprehensive tests and exercises of varying difficulty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FIGS, open and fun! GPL/java game server for many games, and a graphical client. Server works for 16/19 chess variants,adding go, rating system, and haskell AI client soon.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB