Search Results for "2d java games" - Page 24

Showing 6854 open source projects for "2d java games"

View related business solutions
  • 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
  • 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
  • 1
    DESMO-J is a framework for rapidly building discrete event driven simulation models in Java, which is not restrained to any particular domain of application. It supports both event-oriented and process-oriented modelling views. See http://desmoj.de.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ThudNG2

    ThudNG2

    Updated client for Battletech MUX game servers

    This is a nice GUI client for the Battletech MUX. It works on most platforms as it is written in Java. Makes combat much more enjoyable than plain text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    OpenGolfOpen

    Free/Open Source 2D Arcade Golf Game

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Strong Java Chess Engines Game

    Strong Java Chess Engines Game

    SJCE - free portable cross-platform graphical chess game, 100% Java.

    SJCE - Strong Java Chess Engines, free portable cross-platform graphical chess game, 100%-pure Java. Support with including many best free/open-source java xboard/uci chess engines. It is possible to play both White and Black. It is possible to play Human to Human, Human vs Engine, Engine vs Engine. Simple and intuitive GUI - Graphical User Interface. Tested on Windows/Linux. Need jre1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source -...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 5
    Game Bot

    Game Bot

    Auto Presser for Games

    Auto Presser for games. Oyunlar için oto tuş yazılımıdır. OpenJDK ve OpenJFX kullanılmıştır. Windows versiyonu için SFX paketi içerisinde gerekli kütüphaneler ve geliştirme paketleri bulunmaktadır. Linux versiyonu için lütfen blogumu ziyaret edin ve gerekli adımları uygulayarak, Java 12 ve JavaFX 12 nin kurulumlarının doğru yapıldığına emin olun.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    tournament

    tournament

    Gestion de tournoi / Tournament management

    Tournament est une gestion de tournois écrit en java/SWT. Le but est de proposer une interface simple de gestion de poules et/ou d'éliminations. Tournament is a tournament management written in Java / SWT. The aim is to provide a simple interface for managing round robins and / or eliminations. Installation/Install https://sourceforge.net/p/swttournament/installation/Installation/ Si un graphiste passe sur cette page, un petit coup de main pour mon splash screen. Merci !! need...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    ElasticaSim

    ElasticaSim

    Advanced Simulation & Visualization of 2D dynamical systems

    Advanced Simulation & Visualization of 2D dynamical systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Säuremienen_Tycoon

    Säuremienen_Tycoon

    Ein Spiel was sich um den Aufbau einer Säuremiene dreht

    In dem Spiel schlüpfst du in die Rolle eines Youtubers, der nach Artikel 13 vollzeit an seiner Säuremiene arbeitet. Unterstützt wirst du von Rick und Steve. Die Definition von Säuremiene basiert größtenteils auf Witzen der Space Frogs. Es wird das Framework LibGDX mit Java verwendet. Außerdem wird die Star-Soldier-Ui(https://ray3k.wordpress.com/artwork/star-soldier-ui-skin-for-libgdx/) von RAY3K unter der http://creativecommons.org/licenses/by/4.0/ Lizenz verwendet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    THub

    Hub plugin for minecraft

    Simple hub plugin for minecraft
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    Superpowers

    Superpowers

    Extensible HTML5 app for real-time collaborative projects

    Superpowers Core is the foundational repository for Superpowers, an extensible, collaborative HTML5-based development environment designed to help developers build projects—including 2D and 3D games—together in real time. It acts as the engine and infrastructure on which editors, game logic, plugins, and collaborative tools are built, using web technologies like TypeScript, WebSockets, and browser APIs to deliver a flexible and live editing experience. Users can work solo or invite collaborators to join a project, seeing changes instantly and sharing assets, scripts, and scenes without having to commit to external version control systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Multiuser Online Scenes

    X3D Prototypes for the SMUOS Component

    Develop X3D prototypes to ease the use of the X3D network sensor for simple multiuser online scenes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ImmersiveEngineering

    ImmersiveEngineering

    Wires, transformers, high voltage

    A Minecraft mod that introduces a range of machines and tools inspired by industrial technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    tinyraycaster

    tinyraycaster

    486 lines of C++: old-school FPS in a weekend

    The tinyraycaster project is a compact implementation of a classic raycasting engine inspired by early first-person shooter games, written in a minimal amount of C++ code. It demonstrates how to create a basic 3D environment using 2D grid-based maps and raycasting techniques. The project focuses on teaching the principles behind rendering pseudo-3D scenes, including wall projection, texture mapping, and camera movement. Its simplicity allows developers to understand the entire rendering pipeline without the complexity of modern game engines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    V2DC

    A synchronisation component for p5.js

    This project aims to build a synchronisation component to synchronise multiple p5.js clients. This component uses WebSocket and a Java EE based server (this last can be replaced by any other server side WebSocket enabled platform).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sakura Puzzle

    Sakura Puzzle

    Solve the puzzle with dry branch and see how beautiful it will bloom

    Travel to the places of Japan's cherry blossom, enjoying the beautiful scenery. Solve the puzzle with dry branch and see how beautiful it will bloom. Meditate while watching the falling petals. Enjoy the fanciful pictures of blooming flowers. Create your own animated images and send them to friends. Compete every day with other travelers, earn more points and get prizes for your achievements. - In the campaign mode, solve the puzzle in the allotted time or the number of steps. Use step...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pocket Piglet

    Pocket Piglet

    Cute 3D animated piglet who lives inside your phone

    PocketPiglet is a cute 3D animated piglet who lives inside your phone. Your child will be very happy to meet him. Talk to this little pig and he will repeat everything you say in a funny voice. Stroke your piglet's tummy to make him laugh. Shake your phone and see what happens. Play mini-games with him to keep him happy: - Play hide-and-seek with him in your room and try to find him using your phone's camera; - Feed him with sandwiches, memorizing the ordered recipe; - Catch and pop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Christmas Tree

    Christmas Tree

    Decorate your own virtual Christmas Tree

    Decorate your own virtual Christmas Tree with a variety of beautiful ornaments, tree toppers and animated lights. How to decorate Christmas Tree 1. Press Settings button to choose how your tree and background image should look like. Press Settings button again to hide list of available options. 2. Press Toys button to open toys gallery. Press Toys button again to hide this gallery. 3. Select toy you like from gallery by holding your finger on it and then drag selected toy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Red Rogue

    Red Rogue

    Flex roguelike

    ...(typical for Flash games of that era).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Google Santa Tracker for Android

    Google Santa Tracker for Android

    Educational and entertaining tradition that brings joy to children

    Google Santa Tracker app for Android is an educational and entertaining tradition that brings joy to millions of children (and children at heart) across the world over the December holiday period. The app is a companion to the Google Santa Tracker website (repository here), showcasing unique platform capabilities like Android Wear watchfaces, device notifications and more. First up, Santa Tracker is powered by Firebase, so you'll need to enable it on your Google account over at the Firebase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SAVAGE (Scriptible And Versatile Adventure Game Engine) is a 2D adventure game engine coded in Python by the AmberfishArts team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    nonogram

    nonogram

    Nonogram solver editor

    This is a nonogram solver and editor. You can create save and edit solve nonograms. Uses lanterna to display terminal screen. Stores previous calculations to solve other nonograms faster https://github.com/kutaybezci/nonogram "Sample nonograms taken from Maxi Bulmaca Kumral Yayıncılık by Fatma Eger"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PBL-Gaming-Time-Warner

    A warning system for children who are addicted to games.

    This Java application builds self control and confidence in gaming-addicted kids, and breaks the cycle of addiction that has formed in our society today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    It's ICEY time
    1. Install Java JRE 2. Double-click ICEY.jar This little program shows the ICEY's ultimate every hour (1 PM, 2 PM, 5 AM, etc.), 24 times a day. To close it, right-click the icon on the taskbar. Please close it before playing games. It's very annoying if you play games with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java BiDiB Client

    Java BiDiB Client

    Java library to BiDiB (see http://www.bidib.org/)

    A Java library, providing an easy to use interface to the BiDiB protocol (see http://www.bidib.org/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Magic The Gathering Tournament

    Magic The Gathering Tournament

    Round Robin MTG Tournament Tool.

    If you want to start a Magic The Gathering Tournament with your friends. You want to play each other once. This is the tournament tool for you. Look at the Wiki for a detail use: Support me by Paypal: paypal.me/pools/c/8cKQMc75G2
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB