Search Results for "plumber game java code" - Page 6

Showing 146 open source projects for "plumber game java code"

View related business solutions
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    Award winning commercial game Bomber for Nokia Series 60 is now available for free complete with full source code (J2ME). Fly WWI plane in world with realistic physics, destructable terrain and other goodies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This XML-based language will allow easy creation and integration of Game Map and Object definitions for any game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bean matching puzzle/battle game. Beans Evil. Match Beans. Destroy Beans. Save World. This is a Java implementation of a popular puzzle game type, and code for implementing similar games, on desktop, PDA, mobile phone etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ictk - Internet Chess ToolKit

    chess library in java, PGN, FEN, ICS

    ictk - Internet Chess ToolKit is a java based set of libraries and widgets useful for performing common tasks such as reading PGN, FEN, and generating legal moves. The net libraries convert ICS (Internet Chess Server) output into java objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5
    A competitive network and internet base for playing of card-games for non-gambling purposes. Cuts out development time for new games through extensive reuse of basic code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a collection of game plugins for Eclipse using the Graphical Editing Framework (GEF). All code is written in Java. These plugins are currently being tested on Windows but should work on any platform supported by Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Web Online RPG Game Libaray.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java 3D Game SDK based on J2SE 1.4 and Java 3D 1.3. No native code is used, so this SDK should be portable to all operating systems, which provide the above SDKs. The SDK provides functions from initializing the window till model animating and renderin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pangaea will be a robust and feature filled game engine built using Allegro (http://alleg.sourceforge.net) It will be similar to Final Fantasy 1-3, etc., complete with map editor/world builder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top Corporate LMS for Training | Best Learning Management Software Icon
    Top Corporate LMS for Training | Best Learning Management Software

    Deliver and Track Online Training and Stay Compliant - with Axis LMS!

    Axis LMS enables you to deliver online and virtual learning and training through a scalable, easy-to-use LMS that is designed to enhance your training, automate your workflows, engage your learners and keep you compliant.
    Learn More
  • 10
    A pure Java full-screen Isometric scrolling game intended as sample code for how to write high-performance 2D games in Java. Requires JDK1.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Legatus (development code-name) is a futuristic Role-Playing Game. Taking aspects from Fallout, Arcanum, Baldur's Gate and such, the game focuses on a realistic system, and includes an editor for creating new modules, scripts and quests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Modular Game Engine

    Modular Game Engine

    Modular Game Creation Framework.

    ...This approach gives rise to two mail goals within the project. Reusability: as modules have a plug-n-play character, databasing of modules allows for games to be constructed by combining modules rather than constructing new code. Simplicity: all modules share a common shape. Therefore, they allow for visual programming through a simple GUI (comparable to Java Beans). The creation of good games relies on the easy of prototyping and creative exploration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    deCODE

    An android strategy-puzzle word game, where user needs to guess a code

    A logical thinking and strategy application fun game. Here user needs to guess the code generated by the system out of 6 letters A, B, C, D, E, F. Thislogic based puzzle which puts to test your deduction skills to see if you can guess the random code set at the beginning of the game. Puzzle game lovers, who try to think and solve the codes/ jumbled letters etc. It's a mastermind game, so you think about the probability of occurrence, analysis of previous attempts. The goal of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    next generation MUD

    The next generation mud is an open-source extensible, programmable mud

    The next generation MUD is an open-source, programmable, customizable MUD server written in java. It features the ability to program almost everything in the mud and does not have any default interface. The mud is programmed in javascript and features a standard library allowing manipulation of the game world. It's other key feature is the possibility for it to contain multiple independent muds in one server instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is our Bleach game. We have a fairly large team of developers so have made our code SVN!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is a basic puyo puyo game, for j2me. I have code that I wrote as a demo, in java about a year and half ago. Now the game will be fleashed out, and ported to j2me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ziaks is an adventures multiplayer online game using Arianne. It is an implementation of Stendhal game focusing a simpler code base, an implementation of the new RP system and full integration with a LAMP server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    math4gd2d

    math4gd2d

    Utility math library for develping 2d games

    Dealing with math in gamedev can be a hard task for beginners, so this library provides some code to make your life easier with strong focus on gamedev. Some tools for collision detection (but not physics) are provided too. The library is not strictly about math, so some helpfull 2d gamedev relevant abstractions (like chains) are included too. Key features: * Easy dealing with ranges, intervals * Timers and callbacks * Chains (for making chains of enemies, snakes, centipedes etc.) * Some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A new 3D Top-Down online survival action/strategy game for Code Orange Studios. Players must work together to survive on a space station overrun with failed medical experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Katz und Maus is a great Java simulation of two animal species, cats and mice. In the game the user can give his chosen species artificial intelligence. In fact he decided about mice he must code how they react on different events, e.g. corn found.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    It's a Cat and Dog game,we develop the Inner AI strategy for the Dog and we also code the strategy of the cat in order to simulate the user. Furthermore we use Artificial Neural Network to build the experiment
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB