Browse free open source Java Games and projects below. Use the toggles on the left to filter open source Java Games by OS, license, language, programming language, and project status.

  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 1
    Kelpie Flight Planner for Flightgear
    The Kelpie Flight Planner for Flightgear. This Java based Gui flight planner uses the airport and navaid databases of the Flightgear, allowing the user to search for airports and navigation aids and plan flights between them. [Note: Requires Java 1.10 or above] This program is no longer being actively developed or supported. All future work is being undertaken on a port to Rust/Gtk at https://github.com/shartrec/kelpie-flight-planner. But is still in the very early stages.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    A tool to calculate placement of holes on a tin whistle.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Tournament Maker

    Tournament Maker

    Software to help people run and organize tournaments.

    This program is intended for small tournament organizers. The goal is to allow organizers without much experience to setup and run a tournament without hours of preparation. Running a tournament is hard, especially when there are only a few people helping. With the software doing all the work, organizers will be more relaxed and it'll be a better experience for everyone. If you find this program useful, please donate to Food for the Hungry (http://fh.org/) or a charitable organization of your choosing. Quick Start Guide: https://sourceforge.net/p/tournamentmaker/wiki/Quick%20Start%20Guide/ ChangeLog: https://sourceforge.net/p/tournamentmaker/wiki/ChangeLog/ Please leave a review if you have time! Feedback is always helpful for me.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    DynamicClient (Minecraft)

    DynamicClient (Minecraft)

    A Hack Client created from curseforge creators since 2021

    Dynamic Client is a minecraft hacked client that improve's the experience of the player, It has mods that was used for testing anti-cheats of servers but we changed it to be hacked client because making a client just to test anti-cheats is Boring. Announcement: 1.9.11 has been released! NOTE: This requires you to have a Minecraft launcher such as TLauncher to use the hack client. it also shows how anyone can create their own client, without coding as you only need ac-credit the mod creators. Having Issues? Check the installation Guide > https://sites.google.com/view/dynamic-client/about/installation?authuser=0 Website > https://sites.google.com/view/dynamic-client Github > https://github.com/JamStudios/DynamicClient Gitlab > https://gitlab.com/JamStudiosCorp/dynamicclient/DynamicClient
    Downloads: 14 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    An attempt to collect (read rewrite) a set of tools for Ultima Online game playing. Many tools are closed source or discontinued: no way to enhance them with no sources. Here there will be such tools and sources.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    Tools for the recipe collector :-) RecipeFox: A addon to FireFox to grab recipes from the net (like the MasterCook addon in Internet Explorer) A recipe converter: It converts recipes from one format to another, and supports the following formats: - AccuC
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Cluedo, the murder mystery game in Java. Includes several maps (and mapping tools), AI players, configurable cards, sounds and multiple languages. In the pipe-line: networking support, improved graphics, and advanced artificial intelligence.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Atebit

    Atebit

    A Platformer game

    Atebit is a platformer game.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    Minecraft Portable

    Minecraft Portable

    Portable Minecraft launcher for macOS

    A portable Minecraft launcher for macOS. This is the legacy Java-based Minecraft launcher. Minecraft, and the Minecraft Logo are trademarks of Mojang AB. http://mojang.com/, http://minecraft.net/
    Downloads: 13 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 10
    GBCoid

    GBCoid

    Gameboy and Gameboy Color emulator for Android phones

    This project is based on sources published by original GBCoid developer, who in turn used code of gnuboy. Help and suggestions are welcome. This project has been abandoned in favor of RetroArch, another awesome free software console emulator (which is also actively developed): http://www.libretro.com/.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    JChessBoard is a chess game written in Java that can be connected to another JChessBoard via a direct TCP/IP connection. No Internet Chess Server is required for playing. It also became a full featured PGN viewer and editor.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    A simple but effective romrenamer written in Java. Runs on Linux and Windows and comes with a bundled installer. Reads NDS, RAR and Zipfiles Can extract directly to NDS or Zipfile. Datasource is provided as XMLFile from http://www.advanscene.com/
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). Individual pixel errors with overlapping polygons or line segments are about one in a billion, but I can't reproduce any errors at the moment by using random number generation with tens of millions of cases. Emphasis not only on correctness, but also on performance for real-world use or hardware implementation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    JayMontana36 Pre-Built Minecraft Servers

    JayMontana36 Pre-Built Minecraft Servers

    Free Minecraft Servers tweaked for a lag-free experience!

    Free Minecraft Servers that come with a few of the most popular used plugins pre-installed by default, all preconfigured for a lag-free experience! - Optimized for low-end systems (beast-like on medium to high end systems). - Low RAM usage/requirements/consumption. - CrossCompatible between many different versions of Minecraft. - One Server Supports all 1.4.x, 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12, 1.12.2 clients all at the same time. - Fully Supports Linux, Windows, and Mac OS X. - Officially supports the MineOS Web UI created and owned by Will Dizon (this project however, is not affiliated with the MineOS Web UI nor William Dizon).
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Paint 2d

    Paint 2d

    Paint Program

    Paint Program for linux mint and Android
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    tetris

    tetris

    Just another Tetris™ clone

    Just another Tetris™ clone
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    MOVED: We have moved development to Google Code: http://code.google.com/p/jbox2d/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Ceres CP, to use with eAthena and other Athena SQL based servers
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Java Behaviour Trees is a Java framework for easily building and running generic behaviour trees. Here, "behaviour tree" refers to the technique used to control the behaviour of characters in video games. IMPORTANT NOTE: our source code has been moved to GitHub. You will find it at: https://github.com/gaia-ucm/jbt Note however that all the binary files will still be distributed here at SourceForge.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Pairfx

    Pairfx

    Chess pairing program for run through and round robin tournaments

    PairFX is a chess pairing program specialized for youth tournaments in schools and chess clubs . No installation required! Just Unzip it and go! (You can run any kind of tournament with it actually but it was written for chess in schools) It supports the organization of a so-called 'run through' tournament and round robin (everybody against everybody) tournaments Swiss pairings are not (yet) possible. Are you a chess teacher at school, or organize a separate tournament at the club? Try PairFX! The run through pairing system makes it possible for player to come and go whenever they want and also to keep players playing all the time. It is not round based , so not everybody has to be finished to allow new pairings to be made. This is really great when players play at different speed and works very well in the club or at school.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    Neighbor from Hell remake

    Neighbor from Hell remake

    Переделка игры "Как достать соседа"

    Переделка игры "Как достать соседа"
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    Maze War SVG

    Maze War SVG

    The famous Maze War game recreated as a modern web application.

    Maze War SVG is a web-based recreation of the Maze War game written for the Macintosh, circa 1987. That, in turn, was inspired by the first Maze War game, which was created in 1973 by Steve Colley, Howard Palmer and Greg Thompson.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Snake 2D

    Snake 2D

    Simple single and multiplayer 2D snake game

    Simple single and multiplayer 2D snake game If you like it please drop a Like! :D
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Tennis de Table Tournament Manager is a free GPL Java Application for create and manage Table Tennis Tournament.
    Downloads: 6 This Week
    Last Update:
    See Project