Showing 561 open source projects for "java games jar"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    The purpose of this "General Game Framework" is to make easier and speed up the development of a wide range of games. The main goal is to be simple, flexible and well documented. It's like a High level (above graphics and sounds) library for games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LOOP (Language Object Oriented Parallel) is a visual programming language project dedicated to creating a full suite of components for simulation of hierarchical dynamical systems in discrete time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Gadjit - the Gnu Advanced Jar Interrogator. A tool for analyzing the consistency of and dependencies between a set of java jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tool for automatic generation of UML Class Diagrams out of Java Class Files. Originally designed as a command line tool to convert .class/.jar files into .emf/.eps files, it now offers a visual environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    Internet C++/Internet Virtual Machine is a high-speed, open-source alternative to Java and .NET. Applications written in standard languages, such as C and C++. OpenGL 1.2 support brings portable high-speed 3D graphics and games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Sente is a 3D Java Game for Programmers. In the game, "Robots" duel in an Arena using various weapons (missiles, bullets,etc..). To play, you simply subclass an abstract java "RobotController" class. This class is then dynamically loaded into the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Half-Life Proxy and Masterserver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    classdoc is a Java reverse engineering API documentation generator based on the Java Doclet API. It generates javadoc-style HTML files or other documentation formats without source code from compiled .class/.jar files ONLY.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GenP Genetic Programming Library is a cross-platform library of genetic programming functions for generic application. Initially it's purpose is for machine learning in board games but should be applicable to any purpose.
    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
  • 10
    Poker Game for 5 Players or Computers (Artificial Intelligence) written in Java with TCP/IP Networking
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    "Cross The Water" is a general repository for various small Java projects too big to be a "code snippet", but too small to justify the overhead of a complete project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An extension to the JUnit 3.2 testing package (www.junit.org) to create a dynamic test suite from the manifest of a jar file. This will prevent the manual maintenance of a test suite inside of the main() method of a class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A virtual reality (VR) system for the Internet based on a secure distributed object system. ADR has been renamed and moved: please see new site interreality.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chronogears is an interactive, sprite-based animation system written in 100% Java. Chronogears makes used of Graphics 2D technology. The ultimate goal of Chronogears is to allow non-programmer to create high performance, interactive, complex video games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is developing a performance enhancing cached class loader for network deployed applets and applications. Reducing the amount of time perceived by the user when a an application is loading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is a compilation of experience in making Java software projects, brought in the forms of jar files that facilitate the definition of a architecture for a new project. Each package adds funcionality that is commonly needed in every project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    External Java Command Control

    Send commands from the command-line to your running application.

    Moved to GitHub https://github.com/fedups ExCon is a small Java class (a runnable Jar file, “sender”) that you run whenever you need to send a command to your application. Your application needs to include the ExCon “receiver”. The receiver accepts the commands from the ExCon sender and processes them. Since the receiver runs within you application it can access all of your application’s classes and resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is a Java library (.jar) that reads the Java Byte Code file (.class) and formats it into a data structure. However, it a alpha version that it does not support J2ME byte code, and tested in JDK 1.5 environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The most useful and fastest alternative to search objects (*.class) into Jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3A-TRE

    3A-TRE

    3A-TRE evaluates traditionally logical expressions under 3 assumptions

    ...In this case, the dependent test modules are always assumed to be true when their results are not available. We call this a stub assumption (SA). 3A-TRE example: echo "CWA: (T and U)" | java -jar PTRE.jar Result: F 3A-PTRE example: (P means possible results) echo "OWA: (T,U and U,F)" | java -jar PTRE.jar Result: U,F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JClassViewer

    A Java class viewer and decompiler which respect line numbers.

    JClassViewer is a viewer for class and jar files. Features: - required Java 7 or higher - used the line numbers to reconstruct an output that is near to the original output. - debugging in Eclipse - should support other languages like Scale in the future
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An Apache Ant task extending JSmooth that creates a Windows executable wrapper .exe file from a java archive .jar file without needing a separate xml configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a java-framework for writing card games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MiniPortal is a lightweight JSR-168 compliant portlet container. It does not aim to be a substitute for an enterprise portal, but rather a JAR library with minimal dependencies that can be included in any Java web application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TennisScore

    Java classes to count tennis scores

    This Java project contains source code to count tennis scores. It also contains J2ME to build a SmartPhone application.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB