Showing 212 open source projects for "java game maker"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 1
    vehicle simulator 3D in GameMaker

    vehicle simulator 3D in GameMaker

    simple 3D vehicle simulator done in GameMaker. Good control though

    ...This program serves as a reference material and reliable example for 2 tasks in 3D videogames: *hilly terrain as basis of game's environment *vehicles realistically drivable on hilly terrain. The package contains the Windows (XP or campatible) executable, and the folder with the Game Maker project. Hope it will be useful for some. This project actually houses 2 zip packages...1 is a full-blown driving simulator, called Tractor Nerd 3D, and a sample program which implements a simple game in which the player controls a hero which can walk on a hilly terrain, where this terrain is defined throught a hightmap read froam an external bitmap image file and another bitmap which, according to some conventions,defines which texture is to be put at which little 'square' of the terrain, and a folder contraining the textures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Crazy DownHill

    Free open source game created in Unity 3d for Windows 64 bits

    This is a free car game created in unity 3d for Windows 64 bits. You can download and use all script code under CC Attribution-NonCommercial-ShareAlike 3.0 Unported License. All Crazy Downhill game files and setup file: Copyright © 2013 Jesús Martín Berlanga. All rights reserved. Script Code License: http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode CC Attribution-NonCommercial-ShareAlike 3.0 Unported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Framework for stock exchange simulation and game to use it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MPI Baccarat Game

    MPI Baccarat Game

    This is a baccarat game application developed in java 1.7 version with swing interface. It is developed by the gaming lab (MPI-GERDC). This game is aimed for students in MPI Bachelor of Science in Computing programme to study the gaming specialist. This simulation will help students to learn the baccarat game rules, logic, and test the betting systems of their own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    Freedom3D_GM

    full-blown GTA 3 -SA clone. Done in Game Maker. No missions though

    full-blown GTA 3 -SA clone. Done in Game Maker. The game implements relistically the possibility to get in various vehicles and go around, jump (also on houses and ramps). This is a sort of reference that shows to also to the geenral public (so not only C/C++ programming nerds) how such a thing is made: vehicles on hilly terrain, obstacles, and collision with them... environment with optimised viewdistance and day/night cycle (so I mean atmosphere).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hectare is an educational game designed in 2010 by students of Harvey Mudd College for middle-schoolers in Kalamazoo, Michigan. The game teaches the importance of the environment for small settlements by placing the player in control of the weather.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CrazyEpicAwesomeRandomness

    CrazyEpicAwesomeRandomness

    Crazy Epic Awesome Randomness is a simulation game in progress.

    Crazy Epic Awesome Randomness is a simulation game in progress. currently you can: create infinite men, select the man you want to move(with the arrow keys), select elements by pressing buttons. there are some bugs to be squashed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Reactor Breeder

    A Genetic Algorithm for Reactors in StarMade

    This software uses a genetic algorithm to "evolve" reactor designs for Schema's space-simulation game, Star-Made (http://star-made.org/). One of the more unique aspects of the game is that ship power management is not as simple as filling a cube with power generation blocks. This mechanism leads to difficulties in getting maximal power generation out of such reactors. This program rectifies this issue by using a self-organizing variant of brute force search. Much of the search space is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Comet Pinball

    A libgdx pinball game.

    Comet Pinball is a classic arcade game implemented in Java. It uses the libgdx game library with Open GL graphics and Box2d physics. The game is designed to use highly customizable play fields. Starting the game will create an XML file which defines the play field. Feel free to edit by using the game manual as a reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    ...The numeric stuff really just illustrate the use of a real little physics-engine aimed at articulated body simulation... that's the funnest part of it: but of course much more is coming. Also some examples in Game Maker and Matlab/Octave are coming soon. link to Part 1 of the video where all method is thoroughly exmplained: http://youtu.be/ELD0WPOxNb0 http://youtu.be/Kjhkyq-pLLw the part_2 shall explain numeric stuff, and some support for collisions and serious rigid bodies jointed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Conway's Game Of Life

    A simple Java class for Conway's Game of Life

    See http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life for the rules of the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Conway's Game o' Life Simulator

    A very simple Game of Life simulator

    A very simple and basic simulator of the Conway's Game of Life. It's in JAVA. It might be a good start for students wanting to reproduce this game with the original game rules. Right click to start or pause the simulation. Left click to add or kill cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Mobile Learning Business Game

    Mobile serious game about business consulting for students

    This mobile business game was developed at Massey University and AUT in Auckland New Zealand for use by students. As part of the funding contract with Ako Aoteroa the game is being made freely available for public use. The SourceForge site is a work in progress, but currently hosts two versions of the game, the original one that runs on Nokia S60 phones, and the current version, which runs on Android devices. Source code is provided for the Nokia version. The source for the Android version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Java port of the Palm game Space Trader. This port is based upon the C# port at Space Trader for Windows. Recent improvements are being made to enhance it into a full-window application, under a new branch of development. Consult the wiki for info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bahamut-Sango
    Bahamut-Sango is a historical-simulation game made by the fans. Now it is in processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CraftBukkit-CommandsEX

    CraftBukkit-CommandsEX

    Modular Minecraft server plugin - commands, events, ...

    This project gives you freedom to get a fully-customized plugin for CraftBukkit Minecraft servers. You choose what to include and build it up. No more command collisions, no unnecessary memory and processor overhead on your server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sunland Villagers

    Sunland Villagers

    An LWJGL based landscape renderer to become a village building game.

    Currently it's just an LWJGL based landscape renderer. The vision is to create a village building and managing game upon the rendering engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FarmSim

    FarmSim

    Farmsim is a farming simulation game for people. It is very intersting

    Farmsim is a farming simulation game for people living in the developing region to learn the concept of money, micro loans, borrowing money, paying interst, paying the principle amount, and augmenting money by working smartly, etc. The goal is to learn as much as real skills needed in taking loans to start a small farming business and also be good at it. If they can make good money, it is good and it means they will be more likely succeed in the real business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    IL-2 Class Hasher

    IL-2 Sturmovik 1946 Java Class Hasher

    IL-2 Class Hasher is a tool designed to make life easier for Java coders working on Mods for the game "IL-2 Sturmovik 1946". It takes care of all types of postbuild tasks such as collecting compiled class files, hashing file names, copying hashed files to the mod's target folder etc. This tools is approx. 100 times faster than the famous classhasher written by QTim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ballblazer is a Java full screen 3D network game. It is a kind of futuristic soccer game. The idea based on an old Game from 1985 with a similar name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MekaWars

    Programming-game written in Lua

    MekaWars is a game of the programming-game genre: in this kind of games like JRobots or Gun-Tactyx the player programs the AI of his team of bots and then watch them fight against teams programmed by other players. In this case the game is set in outer space and the players write the control script of star-fighter pilots and star-ship captains. The players write the AI of their bots using the Lua programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenKingdom
    OpenKingdom is a game based on the ideas of the Anno series, but with own content, ideas and code. It is currently in early development and not playable yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Econtycoon
    Econtycoon is a free economic simulation game. The content of this site will be mostly in German. Econtycoon simuliert eine Rohstoffbörse mit schwankenden Preisen, die der Spieler geschickt ausnutzt, um sein Kapital zu vergrößern
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Golden Hasweg: A Dwarven Tale
    The Golden Hasweg: A Dwarven Tale is a little strategy or city-building game written in Java. In the game the player constructs and manages a dwarven settlement. The Golden Hasweg: A Dwarven Tale uses a roguelike theme.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Itemizer - Generic (C)RGP item editor
    Itemizer is a small application that lets you define attribute sets for (C)RPG items, create item catalogs from these sets and edit the item data in the catalogs. Itemizer can also be used to manage character and other game entity data in (C)RPGs.
    Downloads: 0 This Week
    Last Update:
    See Project