JChessBoard is a chess game written in Java that can be connected to another JChessBoard via a direct TCP/IP connection. No Internet Chess Server is required for playing. It also became a full featured PGN viewer and editor.
SimpleGameNet is a framework for an arbitrary amount of diverse multiplayer game modules. It provides distributed game and player state management, chatting, etc. Several games are included, such as Chess, Dice and ConnectALine.
Java Settlers is a web-based version of the board game Settlers of Catan written in Java. This client-server system supports multiple simultaneous games between people and computer-controlled opponents. Initially created as an AI research project.
Java implementation of reversi game. The major objective in the game was to create as good as posible computer logic. The computer learns in the game, and uses the knowledge data stored in some files, in ascii format.
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.
This is a program able to play the connect-four game, using a minimax tree search. The interesting part is that the search tree is independent of the heuristic and can be reused. Is written in compiled java.
ictk - Internet Chess ToolKit is a java based set of libraries and widgets useful for performing common tasks such as reading PGN, FEN, and generating legal moves. The net libraries convert ICS (Internet Chess Server) output into java objects.
AntiChess is an anti chess game written in Java. The goal is to get checkmated or lose all your pieces except your king to your opponent. You have to take your opponents piece if you can. It supports 2 player and 4 player games on the same board.
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.
ChessY!: A Yahoo! chess game history reviewer. This is a java appliction that allows you to visually review the game histories that you can email to yourself at the end of a Yahoo! online chess game.
Nicand's Dame is an implementation of a well known board game. The name of the game differs from country to country. Nicand's Dame offers a strong computer opponent and comes with nice graphics and sounds. Nicand's Dame can be played as Applet over the
An Ataxx implementation in Java. The goal is to provide a living, breathing open-source Java MVC example, and thus provide a stable foundation for features like AI, network play, etc.
Look for standalone and applet play.
The JavaCollectingTool helps managing collections of SGF- records (of Go-games). It displays their properties in a table and allows manipulating it in several ways.
The 1856 Web Based Moderator automates all tasks associated with PbEM 1856 games. This moderator may be extended in the future to cover more 18xx titles.
This project is aimed at developing an intelligent Scrabble aid. Currently, the program suggests moves for a player, given a Scrabble board and letters available. In the future, it could be developed into an automated bot, including AI.
Java adaptation of the Citadelles board game created by Bruno Faidutti
Play on the web, against other human opponents or versus bots
Currently translated in english, french, catalan and czech
Test it here : www.citadelles.net
JavaGO is an Open Source Java library for the Game of GO (weiqi, baduk) analysis. Implements: base game classes, montecarlo simulations, SGF reader/writer, game variants, GTP, etc. Elegant interfaces/class design. Speed efficient w/small footprint. TDD.