Showing 611 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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    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
  • 2
    Half-Life Proxy and Masterserver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • 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
  • 5
    Poker Game for 5 Players or Computers (Artificial Intelligence) written in Java with TCP/IP Networking
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    "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
  • 7
    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
  • 8
    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
  • 9
    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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    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
  • 11
    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
  • 12

    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
  • 13
    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
  • 14
    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
  • 15
    The most useful and fastest alternative to search objects (*.class) into Jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project purpose is to build a tool for creating Java ME Application descriptors from scratch or from an existing Java ME application JAR file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    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
  • 19
    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
  • 20

    Happy Cube Solver

    Solves the given cubes puzzles and prints the solution

    ...You may download code: git clone git://git.code.sf.net/p/happycubesolver/code happycubesolver-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target/cubes-1.0-fat.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a java-framework for writing card games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    An Adventure Game engine using Java components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Archive Buddy

    Archive Buddy

    An Advanced Java Archive File Utility GUI

    Archive Buddy is a very easy-to-use open source GUI application for archive files (jar, zip, tar, gzip, ear, war). An explorer-type browsing capability with added functionality for in-place renaming, deleting, drag-n-drop from any file system. Go live date is 30 Mar 2012!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A software library to bridge Simpull, a 2D Java Physics Engine, and PulpCore, a 2D rendering and animation framework. This will expand the capabilities of PulpCore to include physics simulations. Just extend SimpullScene2D and have at it!
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB