Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Sign up for free
Gen AI apps are built with MongoDB Atlas
Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
The project is an opengl 3d (3 level) chess game with an ai that plays against the user. It is written is C++ and uses tcl/tk. All of the code is nearly platform independent.
Chess-like game for mobile devices. 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
Amy2 is a game playing program written in Java, playing both reversi and chess. It features high playing strength, an opening database and endgame tablebases.
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.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Ataraxia will provide a generic internet gaming framework in java. Board, table, card games will be easy to be developed! bridge, hearts, spades, rummy, go, connect-4, chess, checkers, monopoly, risk, mahjong and more will come! JXTA P2P will be tested.
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
BBalc is an open framework for the BloodBowl game.
This library provides chess-computer like functions such as analysing the game and generating/proposing actions. The modular design allows users to extend existing analyse modules to fit their needs.
Framework for creation of board games. Chess is built-in, Monopoly comes next. It addresses: 1) Players 2) Game authors 3) AI developers 4) Model-based developers. Developed by software professionals using EMF. New games are configured in few hours.
First full implementation of the chess variant Bucky, a game of dudes, chameleons and shamans. The game has logical and emergent rules, suitable for object orientation.
C/CIF is an interchange format for chess applications. This format is supporting all features of a chess application - PGN does not provide this - and can be used to transfer chess archives without any loss via an application independent format.
C/CIF is supporting two formats: the binary format CCIF, and the human readable format CIF (in XML).
Caissa is a project for development of a mobile internet chess client which targets devices supporting Java MIDP 2.0 (or later). The client supports mainly the Free Internet Chess Server (FICS) but other chess servers may also be supported later.
PHP/MySQL software for managing rankings for amateur chess clubs, such as for school groups or other groups of chess enthusiasts. It uses a standard chess rating formula that can be modified to suit your club. Data entry for game results and player info
A Chess game made by two students for a progamming project. The game has support to save and load files and timers for each player. The source code is in portuguese but there are plans to translate it. This is the base for the bigger project: Hydrus.
Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.