Showing 3479 open source projects for "java game"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 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
  • 1

    JGine demo

    Java OpenGL game engine demo.

    An demo of a multi platform Java OpenGL game engine, featuring a lot of features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CubeRunner

    CubeRunner

    A simple fun game modeled after the original with some slight changes.

    A simple fun game modeled after CubeRunner with some slight changes to improve. The 3-Dimensional rendering is done by scratch in Java using my own 3D Library. Fly down the randomized gauntlet of cubes dodging left and right as it grows ever faster. How long can you survive?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Atomic3D

    Atomic3D

    Java3D Scene Creator

    Atomic is a free and open source 3D Scene Creator and Editor. Code Contributions are welcome. Written in Java, Java3D. Currently very much in Beta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Breaking Out

    The Classic break out game

    Game is implemented in java with sound effect and high score board. It's a simple implementation. Credit to Alex Zhang who helped testing and improving the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Game that we are creating for general fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    iTron

    iTron

    A 2D kTron clone for Windows etc. Ein 2D kTron Klon für Windows etc.

    iTron is a clone of the KDE Game kTron. You can play iTron against yor friend. iTron is written in Java, therefore it should work on Windows and Mac OS, too. iTron works without installation, the downloaded ZIP file must be unpacked before running the .jar file. iTron is available in German and English. To run iTron, a current Version of Java Runtime Environment is needed, download from www.java.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LetsPlay Bukkit plugin

    LetsPlay is a bukkit plugin.

    This plugin is designed for the minecraft community LetsPlay.nu. It contains several gamemodes like "Hunger Games", "Capture the Block" and "Diggy Diggy".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is Android implementation of the game Overflow: http://overflow.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    Billiards

    pool 2d game using Java Swing

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MEMAPPER

    MEMAPPER

    Map making software for MERPG-game

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Paddle Storm

    A ball-and-paddle style game

    A new ball-and-paddle style game, with a spellcasting system, arbitrary angles, and achievements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JavaZatacka

    Zatacka or "Achtung, die Kurve" written in Java

    As a homework we had to develop a game to implement in Java. We choose Zatacka and the results of our homework will soon be online. So, the actual version doesn't even work (no collision detection). If anybody wants to advance or document it (there are lots of things to advance like properties, network functionality, etc.) feel free to do this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NaruGo is game AI project. Current targets are GO board game and Texas Holdem poker. It investigates Genetic programming to build game AI logic. Also EA/GP simulations for TSP, Graph layout and Prisoners Dilemma problem.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    a single player tic-tac-toe game. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TaoAIGame

    TaoAIGame is a programming game.Like RoboCode.

    TaoAIGame is a programming game, where the goal is to develop a robot to battle against other robot in Java. The robot battles are running in real-time and on-screen. TaoAIGame is actually a simplified version of RoboCode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Intelligent Pacman

    An intelligent Pacman game written in Java.

    An intelligent Pacman game written in Java. The original goals of the project is to demonstrate smooth animations and how randomness contributes to the intelligent movements of the ghosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Flesh Snatcher is a Java FPS game with a survival/horror ambiance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Minecraft X-Ray is a program whose primary purpose is to aid in finding valuable ores and resources inside a Minecraft world. This branch is based on code written by plusminus from the Minecraft forums.
    Leader badge
    Downloads: 884 This Week
    Last Update:
    See Project
  • 22

    Connect 4 AI

    a connect 4 game with a smart AI

    Connect-4 is a very simple game to learn. It is played on a 8 X 8 board (actually should be 7 x 6 but in this project we changed it to 8 X 8) and, the goal is to get four consecutive cells either horizontally, vertically or diagonally. The first player to get four consecutive cells wins. It has been proven that there is an optimal strategy for this game i.e. In this project, we worked on implementing a player that uses a minimax with alpha-beta pruning and a heuristic model using Java and Swing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flash Test

    Flash Test

    A fun reflex game for the PC written in Java

    Each player has a designated button which he will press under certain circumstances. Depending on the minigame, the rules will differ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EVOlution RTS - Continued version

    Continued version of EVOlution RTS,

    The original EVOlution RTS seems to be not active (https://sourceforge.net/projects/evolution-rts/?source=directory, last updated on 30th of December, 2010). Thus, this project is to continue the goal of the original EVOlution RTS - To create a game incorporating cells. Since I am an unexperienced Java developer, I need someone to help me out. This is the first major project, and I do require a person to help me out. If you are interested, please email me at weien_1999@hotmail.com or my sourceforge email. I have included a TODO file, copied from the original project, but with added stuff to increase the complexity and fun in this game. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB