Search Results for "java 2d game source code" - Page 7

Showing 325 open source projects for "java 2d game source code"

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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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

    FreeMapper

    Free position 2D maps for computer games.

    FreeMapper is a project to develop a framework and editor for non-tiled, free position 2D maps for computer games. At the moment there is some example code for tile-free map structures and a simple display test implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    NullSAF

    A game engine in java for 2D strategy games

    NullSAF is a game engine written in Java with features as creating terrain maps and navigation meshes from bitmaps, defining different type of units, sensors, guns, missiles, AI for movement, pathfinding and targetting and simulation of bullets and animated explosions. I learned a lot from it and used it to test new concepts in AI and wargaming. Maybe it can inspire you or you want to really improve it to build your own wargame or serious game. Think of it as Robocode, but then with a far...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Smuje2d

    Java game engine for shoot 'em ups, using Java2D.

    Shoot 'em Up Java Engine 2 Dimensional (Smuje2d). This engine allows you to programm 2d games fast and easy. Using Java2D it has no dependencies to other libraries and your game will run everywhere. No port or recompilation is needed. Look under "Files" for a game example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Swap Puzzle

    Swap messed up puzzle pieces to restore a primary picture.

    This application is a simple swap puzzle game. In this game an image is cut into a number of square pieces of the same size. Pieces are placed in a random order. Not a single piece in a right place. The objective of the game is to swap the messed up puzzle pieces to restore the primary picture. If you click on an element it will be highlighted with a blue border. Double click on the same element will cause the border to be removed. To make a swap click on the piece you wish to move. Then...
    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
  • 5
    Posti the Game

    Posti the Game

    Jump and Run

    ...*** # # # # # # # # # # # # # # # # # # # # # # # # # # # # # It's going to be a jump and run and is my first game. It's written in Java. Everything was/will be created with free programms: Coding → Eclipse Graphics → Gimp Sounds → LMMS OS → Ubuntu 12.04 EVERYTHING IS/WAS SELFEMADE !!!!! After releasing the full version I'll publish the source code and everyone can use it to make own games. Updates will follow. Current version: 0.2.6.3 Update-log: (inactive)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JGame is a small multiplatform 2D game engine. It runs on the Java JRE 1.3+ platform, the J2ME (MIDP2.0/CLDC1.1) mobile platform, and the Android (2.1+) platform. It provides a very high-level framework for "classic" type arcade games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Höken's Calculator

    Höken's Calculator

    A building points calculator for the browser game The-West.

    Höken's Calculator (Swedish: Hökens Kalkylator) is a program developed by Gunnar Axelson (Höken). The program aims on providing a simple, multi-platform compatible, building points calculator for the browser game The-West. (This application isn't in any way supported, effected or developed by InnoGames GmbH). Currently the newest version is 1.1. Hökens Calculator is free, and opensource licensed under the terms of the GNU General Public License Version 3!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Symla-GameEngine

    GameEngine by SymlaDevelopement

    ############## DE: Symla-GameEngine, eine in Java geschriebene Engine, wird eine Engine für Adventure-Games (vorerst → andere Genres können folgen!). Zurzeit ist sie noch nicht als "richtige Engine" zu benutzen, da ich sich mit Entwicklung meines eigenen Adventures "Posti the Game" weiterentwickle und daher viele Sachen sich noch im Source code enthalten sind. Das wird später aber durch .txt oder .xml ersetzt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DexGuess

    DexGuess

    A simple game to analyse your skills in number guessing.

    The program randomly selects a five digit number. You have to find out that number in the minimum number of logical guesses possible. You will enter a five digit number and the program will tell you if the number is more than, less than or equal to the random number selected by the program. Repeat the process to find the number out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    oge2d

    Cross-platform 2D game engine

    Open Game Engine 2D is a full features and cross-platform 2D game engine. It aims to help developers to create 2D games with only flat files (such as ini and script files), so that games could be written once and played under any platform supported. This engine is a pure 2D game engine written in C/C++. It is base on SDL and AngelScript. So, it also aims to run in any platform supported by SDL and AngelScript, such as Windows, Linux, MacOS, iPhone, Android, Windows Phone, Symbian,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    OpenBlocks C++ Library

    A C++ Implementation of the MIT OpenBlocks Java Code

    Please see more details under: http://education.mit.edu/openblocks. I have rewritten the parser and an OpenGL 2D/3D renderer of computer programs written in OpenBlocks. I provide here the full source code and a Microsoft Visual C++ 2005 Solution File. The code includes the C++ Library and a demo driver application that constructs a computer program using OpenBlocks and displays it using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends is a fighting game based on the web comic The SCND Genesis. The battle system is a hybrid of turn based RPG's and conventional 2D Fighters
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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: 822 This Week
    Last Update:
    See Project
  • 16
    Ligthweight Toolkit is a framework which uses LWJGL. It makes easier some aspects (input, picture loading, code organisation, ...), and allows to focus on the game code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GWT is an flexible and object-oriented 2d game engine. It uses Code::Blocks and is based on SFML2 to give the ability to port your code to multiple platforms. With the integrated all-in-one tool for game resources it's possible to develop games in a short time. And it's open source! (license coming soon) Status: planning phase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JGachine (Java Game machine) is a networked game engine for 2D multi-player (networked) games. JGachine is written in Java and C++. The games themselves are written in pure Java and can be loaded via network. (JGachine as game browser)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bei Ayirah handelt es sich um ein Java (tm)-basierendes Rollenspiel mit 2D Grafik. Ayirah is a Java (tm)-based Roleplaying Game with 2D graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The X Project

    The X Project

    You will canalize the project and determine what will it become.

    Do you know story completion game? Everybody writes a sentence in sequence and nobody knows what will the story be in the end. Would you like to play a code completion game? Write a line of code (or as much as you like) and invite some friends of you to join our game. I started the project with a simple java application produced in Netbeans which does nothing absolutely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Railz is a railway strategy/management game based upon the jfreerails source code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mepper is a general purpose 2D tile-based game map editor. It supports several types of game maps. Mepper supports read/write map/resource using plugins, transit terrain automatically. Proposals/bugs please visit: http://groups.google.com/group/mepper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    javabreak game

    javabreak game

    video game

    It's a classic breakout game in Java who's fun. (game + source code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Blackspirit Graphics

    A cross-platform Java 2D graphics library using OpenGL.

    A hardware accelerated Java 2D graphics library designed for cross-platform games, providing a powerful but simple interface. It focuses on real-time applications but can also be integrated into graphical user interfaces. The implementation uses JOGL (OpenGL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB