Search Results for "java games jar" - Page 58

Showing 4275 open source projects for "java games jar"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 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
  • 1
    Wüstenhuhn is a little clone of Moorhuhn written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Java-based Gameboy and Gameboy Color emulator for mobile devices and PCs. If you want to play Gameboy games on your mobile phone you should try this emulator. For more information see the Wiki http://sourceforge.net/apps/mediawiki/javagb/index.php.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Cyber Decker
    That's a java port of the old and awesome game cyber decker by Shawn Overcash
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    English-English dictionary - It's just a jar, for using it ! It takes the definition directly from WordNet (API). Example of using: String definition = Dictionary.definition("perfume"); String[] definitions = Dictionary.definitions("perfume");
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    p2p4Peppa
    Italian version of the game Hearts. The game use a central server for chat and authentication; the table is p2p among players. The game supports n-1 crashes of the playing peers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project hosts the files necessary to setup the Strathclyde Poker Research Environment system, as described in "SPREE : The Strathclyde Poker Research Environment" in Proceedings of the AISB AI & Games Symposium 2011
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
    Ever seen a big marquee with another useless message? Sick of seeing the same movie names above the local movie theater? Why not mix things up? This program will help you come up with new messages for you local church sign!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Oneiro is a (currently) text-centric game engine. It is an exercise in futility, absurdity and a bit of hubris. When the AI take over the world in a few hundred year, this is the project under which to file bug reports regarding the Matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Free UO clients for free UO servers, and a core for easing development of free UO clients. Dedicated to the creation of clients specifically for free UO servers. (Not for or compatible with OSI servers)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Itemizer - Generic (C)RGP item editor
    Itemizer is a small application that lets you define attribute sets for (C)RPG items, create item catalogs from these sets and edit the item data in the catalogs. Itemizer can also be used to manage character and other game entity data in (C)RPGs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MMM jLauncher
    This project is about creating a portable launcher for the Maniac Mansion Mania Fangame-Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Game. You have to shoot an airplane with a cannon. The more you shoot, the more points you earn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Golden Hasweg: A Dwarven Tale
    The Golden Hasweg: A Dwarven Tale is a little strategy or city-building game written in Java. In the game the player constructs and manages a dwarven settlement. The Golden Hasweg: A Dwarven Tale uses a roguelike theme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    zMS is a open source game that will advance RPG games. We will have RPG gameplay with some FPS parts and the genre can switch at any time. You will be amazed at the gameplay.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    In computer games and interactive fiction, situations or dialogs are often linked together in a tree or mesh structure. The Situflow project aims at creating a visual editor and simulator for meshes of situations and the transitions between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    Heuristic Goal-seeking Framework

    Fifteen puzzle, with its own goal-seeking to find the best solution

    This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly. The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cardhouse
    Cardhouse is an online card game engine that supports a wide variety of games. The client is independent of the card game rules and new games can be added to the server without it having to reboot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tyrant is a graphical roguelike fantasy adventure game. It features intricate randomly generated landscapes, towns and dungeons. It is written in Java with a highly extensible game engine.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Documentation for the NewXMIPP project. (XMIPP is a suite of image processing programs primarily aimed at obtaining the three-dimensional reconstruction of biological specimens from projection images obtained by transmission electron microscopy)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB