Search Results for "chess game to play against computer"

Showing 117 open source projects for "chess game to play against computer"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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.
    Try free now
  • 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
  • 1
    Chess-gambiteer

    Chess-gambiteer

    Chess training program playing gambits

    Program to train against gambit play (*) with the computer, with a strength adjustable chess engine (Danasah, currently set at approx 1400 EL0 when playing against it). Also included now are two options to watch an engine e.g. the 'aggressive' Patricia5 (with gambits) play against another engine (eg IM level). The engine gambit books are made in such a way that 1) real lousy gambits are not played, and 2) the book is choosing a gambit line as often as possible, so for Black it might go for e.g. a Benko gambit or so and if you let it play with White, a lot of 1.e4 gambits can be played. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    XMage

    XMage

    Magic Another Game Engine

    XMage allows you to play Magic against one or more online players or computer opponents. It includes full rules enforcement for over 20 000 unique cards and more than 50.000 reprints from different editions. You can also find custom sets like Star Wars. All regular sets have nearly all implemented cards. It supports single matches and tournaments with dozens game modes like duel, multiplayer, standard, modern, commander, pauper, oathbreaker, historic, freeform and much more. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Nimzo-3d-Chess-GUI

    Nimzo-3d-Chess-GUI

    A free Chess program for Windows with a large set of features

    The Nimzo_3d GUI is a chess program for Windows 7 - 11 It is an enhanced version of the Tarrasch Chess GUI written by Mr Bill Forster, with many additional features. It has a simple, easy to use interface, so it is ideal for novice players or inexperienced computer users. It also has more advanced features for expert users. So if you just want a casual blitz game against the computer, or to automatically analyse one of the famous games from chess history, it can perform these tasks and many more. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Scid vs. PC

    Scid vs. PC

    Chess Database and Toolkit program

    "Shane's Chess Information Database" is a huge chess toolkit with extensive database, analysis and chess-playing features. Scid vs. PC is a usability and bug-fix fork of Scid. It has many interface fixes and improvements, and is fully compatible with Scid's .si4 databases. New features include a rewritten Gamelist, Computer Tournament, and FICS, Tree, Book and Graph improvements.
    Leader badge
    Downloads: 640 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
  • 5
    chessPDFBrowser

    chessPDFBrowser

    Chess application whichs allows working with chess PDF books and PGNs.

    Chess application which allows working with PDFs and PGNs. You can work with the chess games of the PDF and edit their tree of variants. Graphical environment. Standard PGN TAGs. PGN comments. Ocr like (Fen string detection from chess board position images). Connection to Uci chess engines (like stockfish). Position analysis, full game analysis.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 6
    eReader_Games

    eReader_Games

    Board games for eBook Readers like the Tolino, reMarkable, others

    Popular board Games in Black and White optimized for eReaders. For TWO or more players. No Singleplayer included. You shall play a game of chess with your friends, not with the computer. Just now made for Android based Tolinos and other Android devices. View Wiki for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    mpchess

    mpchess

    simple chess game written in C

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Simple chess game for people who want to play chess but don't want to take it seriously. Written in C, using SDL 1.2 or SDL 2 for graphics. Interface inspired from old chess game for ZX Spectrum. The computer searches (L+2)/2 moves ahead (assuming that a move means that both sides move a piece), where L is the difficulty level. Positions are evaluated only by adding the values of the pieces left on the board. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scrabble3D
    <b>The project is continued at https://github.com/Scrabble3D. Find the latest program version under Binaries.</b> Scrabble3D is a highly customizable Scrabble game that not only supports Classic Scrabble and Superscrabble but also 3D games and own boards. You can play local against the computer or connect to a game server to find other players.
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 9
    PokerTH
    PokerTH is a poker game written in C++/Qt. You can play the popular Texas Hold'em poker variant against up to nine computer-opponents or play internet games with people all over the world. This poker engine is available for Linux, Windows and Mac
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 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
  • 10
    Guessing Cricket

    Guessing Cricket

    Modernized traditional finger/hand guessing cricket

    ...If the batsman's guess matches with that of the bowler's, the bowler gets a wicket. Otherwise, batsman's guess is added to the total runs. Guessing Cricket allows players to choose to play against the computer or another human player, with the added feature of selecting the difficulty level when playing against the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    boardgame.io

    boardgame.io

    State Management and Multiplayer Networking for Turn-Based Games

    The project implements a lightweight but powerful engine for creating turn-based games (board games, card games, turn-based strategy, etc.) in JavaScript. With boardgame.io, you define the game logic in pure functions: you describe how the game state changes when a move is made, and the framework handles all the rest (state management, synchronization, storage, multiplayer, etc.). This abstraction lets developers focus on the rules and mechanics rather than on networking, persistence or UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ChessCam

    ChessCam

    A virtual DGT board using optical detection

    ChessCam allows you to play against the computer on your favorite chessboard without any expensive devices. You only need a webcam, a software using the DGT board, and of course a computer. Any ChessBase software such as Fritz or Shredder should be compatible. In order to run properly, ChessCam needs a Null-modem emulator (com0com) and DGT RabbitPlugin to be installed. com0com: https://sourceforge.net/projects/com0com/ RabbitPlugin:...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Yacht

    Yacht

    A dice game similar to that other dice game you can buy at the store.

    Yacht is a dice game based on poker dice, and very similar to another well known dice game available at most stores that sell games and toys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Play Chess against the computer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Pioneers

    Pioneers

    Pioneers - The Settlers of Catan

    Pioneers is an emulation of the board game The Settlers of Catan, which can be played over the internet.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 16

    pycassonne

    Carcassonne clone written in python using pygame

    Carcassonne is (originally) a tile-based German-style board game for two to five players, designed by Klaus-Jürgen Wrede and published in 2000 by Hans im Glück in German. This application is one of its several implementations bears the base game. There are 72 cards to be deposited to the game board and 7 meeples (or pennants) are available per player. You may play against one or more computer/human players using this game with different selectable computer players' skills. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java Open Chess
    Java Open Chess is a project written in Java in NetBeans IDE. There is possibility to play for 2 players on local computers and via network connection. There is also an option to play versus quite weak computer oponent. Stronger computer oponens will be implemented soon. ATTENTION: Requires Java 1.8 or higher!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Pairfx

    Pairfx

    Chess pairing program for run through and round robin tournaments

    PairFX is a chess pairing program specialized for youth tournaments in schools and chess clubs . No installation required! Just Unzip it and go! I created a free online/mobile version as well : https://oks.myvcc.be/pairfx-live/ (You can run any kind of tournament with it actually but it was written for chess in schools) It supports the organization of a so-called 'run through' tournament and round robin (everybody against everybody) tournaments Swiss pairings are not (yet)...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    RelaxChess

    RelaxChess, chess game that makes no search futher needed for a wow

    Demo version of RelaXChess game, You can play against own written wow chess engine, or other users, rewind games forward and backward, easily restart again or if needed replay the game on demand. Attractive user interface and effects. If You like to You can see other games being played, windows, android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Punish

    Punish

    A card game similar to Crazy Eights

    Download the zip, and extract it to a folder. Run the JAR file to play the game. Make sure you have Java 8 installed on your system. You can download java from: www.java.com Rules: Play against the computer in this exciting game. Each player gets dealt 7 cards, and they take turns to get rid of the cards in their hands as quickly as possible. The first player to do so is the winner. While discarding cards, the player must match the suit or the number of the card currently at the top of the discard pile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Milk Run

    Milk Run

    A card game where you must deliver chocolate & strawberry milk

    MilkRun is a card game where you must deliver chocolate and strawberry milk, while encumbering your opponents' ability to do so. Play against 3 computer opponents in this exciting game. Make sure Java 8 is installed. Download the ZIP, extract it to a folder, and run the file "MilkRunCardGame.jar" to start playing. You can download Java from: https://java.com/download Leave a review if you like it, or feedback for feature requests. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GeoWar2

    GeoWar2

    A chess like board game

    GeoWar is a 2-player chess like board game, where both players fight to capture the opponent's King. You can either play against yourself or against the computer (though the AI is rusty). Click "About" for game rules. (Select No when starting a new game to play against the computer) (Requires Java 8 (or higher) to play). Make sure Java is installed, and download the JAR, and run it to start playing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Othello

    Othello

    The popular Othello / Reversi game

    Play against yourself or play against the computer in this exciting and popular game! (Requires Java 8 (or higher) to play). Make sure Java is installed, and download the JAR, and run it to start playing. You can download Java from: https://java.com/download Leave a review if you like it, or feedback for feature requests. Also do check out my other game: MilkRun, here: https://milkrun.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    infiniteplay

    interface to play classic games (chess, checkers...) on PC

    For all games are available : - Solo play against computer (with various humanized ai) - Multiplayer play on the same PC - Network play in local networks and through the internet - Email play - Hall of fame - Load and Save at any moment of the game - Take back at any moment of the game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BattleShip

    BattleShip

    The BattleShip is an online game developed in Java.

    ...UPDATE: Battleship v2.0 has now single player mode. The user can play against the computer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB