Search Results for "board game in java source code" - Page 9

Showing 610 open source projects for "board game in java source code"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    TicTacToe NotSoDeluxe

    TicTacToe NotSoDeluxe

    A Java Tic Tac Toe Game

    A Java Tic Tac Toe Game that runs in console window/command prompt. Source included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ligthweight Toolkit is a framework which uses LWJGL. It makes easier some aspects (input, picture loading, code organisation, ...), and allows to focus on the game code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Well, it's like football, but without the rules. Brawl Ball is a game based on the rules of the classic fantasy football game, Blood Bowl. Brawl Ball is completely unofficial and in no way endorsed by Games Workshop Limited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ramsey theory illustrated through a game on J2ME.
    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
  • 5
    "Ebbe und Flut" is a card game, written in Java. It means: low and high tide. Have a lot of fun and thinking!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Jello Go is a client / server Go system implemented in Java. "Go", for anyone who doesn't know, is a very old Japanese strategy game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The X Project

    The X Project

    You will canalize the project and determine what will it become.

    Do you know story completion game? Everybody writes a sentence in sequence and nobody knows what will the story be in the end. Would you like to play a code completion game? Write a line of code (or as much as you like) and invite some friends of you to join our game. I started the project with a simple java application produced in Netbeans which does nothing absolutely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SANKit

    Read and write PGN format and test moves for legality.

    SAN Kit was made public in 1993 by Stephen Edwards, the inventor of PGN Chess notation. The original code is in C, and with few comments quite cryptic. In addition, the original author's style was quite quixotic, making it even more difficult to read. This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs. The code has gone through extensive analysis using the llvm/clang compiler and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Railz is a railway strategy/management game based upon the jfreerails source code base.
    Downloads: 0 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
    Simple Forum Auto Poster
    Simple Forum Auto Poster is a program that automatically posts messages to forums. This program is for people active on multiple forums, but don't want to type and copy/paste the same message multiple times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    javabreak game

    javabreak game

    video game

    It's a classic breakout game in Java who's fun. (game + source code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mastermind

    Mastermind

    Simple Mastermind Clone

    Simple Mastermind Clone, written in Java. You must guess a combination of 4 out of 6 possible colors. A hit is displayed with a black pin, an occurrence with a white pin. You have 8 attempts. At the end of the game the right color combination is displayed. Man muss eine Kombination von 4 aus 6 möglichen Farben erraten. Ein Treffer wird mit einem schwarzen, ein Vorkommen mit einem weissen Pin angezeigt. Gesamt hat man 8 Versuche, bis das Spiel zu Ende ist. Dann wird ob gewonnen oder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    bawo is the Malawian version of an ancient African board game based around a simple counting apparatus. bawo (Malawi), bao (Tanzania) and omweso (Uganda) belong to the globally prevalent (spread by the African diaspora) mancala group of games.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A simple two player chess game written in Java. The game enforces all of the rules of chess, highlighting potential moves, and has complete undo/redo functionality. A computer AI opponent is not available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dynamic tree of Java objects encapsulates hard-drive and Jar/Zip files (and their inner files) and Java objects all the same way. Create new ways of communication as executable Jar files, like a paint program that creates/uses paint programs as tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sea Combat is a remake of the classic board game Battleships. The game is developed using the jMonkey Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tic Tac Toe is a simple game written in Java. It features a Computer AI, Internationalization and an Undo function. It is my first complete app so don't expect too much.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Play Go on your java enabled mobile phone (or PDA) and write game protocols without carrying a laptop around. "mgo" is a small, easy-to-use J2ME application featuring: boards from 19x19 to 9x9, load/save games, keep scores (captures/territory), replay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BombDefuse
    A simple but addictive game. I've made it just for fun. The images are created by Paul Davey (mattahan). Visit him on http://www.mattahan.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenKingdom
    OpenKingdom is a game based on the ideas of the Anno series, but with own content, ideas and code. It is currently in early development and not playable yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MapHack aims to provide a board game map API either locally or through JSON. This service makes it easier for developers of turn based strategy games to focus on the game mechanics and AI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This game is base on HMVC architecture,adopts plenty of design patterns to implement good OOP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jAMAL
    jAMAL is a Java-based reimplementation of the AMOS Animation Language (AMAL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tiny Go is a MIDlet (cell phone application, MIDP 2.0, CLDC 1.1), which allows to play and review Go (Weiqi, Igo, Baduk) board game files in Smart Game Format (SGF). Supports problem solving. Project provides library for SGF parsing as separate package.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo