Search Results for "java applet simple game source code" - Page 12

Showing 846 open source projects for "java applet simple game source code"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 1

    DrdSim

    A programmable platform for a fantasy RPG game.

    PC game based on a role-playing game "Draci Doupe" from ALTAR(tm) publishing. It contains a simple-to-use development environment for creation of new campaigns including an embedded interpret of a scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    fiskalizacija

    Java code for signing and handling Croatian fiscal service requests

    Java code for signing and handling requests for Croatian fiscal service. Includes unsigned and signed xml samples. For completeness of project my personal testing key is included. Units tests with sample data are available for the ease of use. Whole Eclipse project is committed to source forge Git. Commercial support for implementation into different java application is available upon request. Enjoy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JetSet
    JetSet is a (meta) tool that lets your quickly create model tranformator tools for instances of a given source meta model. For XML to XML transformations you can also specify a target XML schema and JetSet makes sure that your output conforms to this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TibCheck

    TibCheck

    TibCheck - simple and "dirty" validation tool for Tibco BW Projects

    Simple and "dirty" validation tool for Tibco BW Projects. Tested using: - JRE 6 and JRE 7, on Windows XP SP3 32bit and Windows 7 64bit - Tibco BusinessWorks 5.9.x project Should also work with (not tested): - Tibco BusinessWorks projects in any version above 5.2 - Every OS using JRE 6 or above Expect many bugs, and do not expect frequent updates... but you never know :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5

    Absolute Java Space Battle

    Asteroid-destruction space game Java applet

    A simple 2D game where asteroids fall at a spaceship and must be destroyed or dodged. Use the keyboard controls to maneuver the ship, avoiding the asteroids and guard towers as long as possible. To do so, dodge the asteroids and guard towers or destroy them with your laser cannon. Colliding with an asteroid or flying by a guard tower causes your shield to go down. Both the shield and laser cannon recharge over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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: 1 This Week
    Last Update:
    See Project
  • 7

    Java2HTML

    Converts Java Source To HTML

    Java2HTML is a simple-to-use tool which converts a bunch of Java Source Code into a colourized and browsable HTML representation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    tic tac toe game
    Tic Tac Toe The Return is a simple graphic game written in Java. It is a port of mptris to the Java platform. mptris is a text-mode tic-tac-toe game written in C language. I wrote both to get some confidence with the programming languages. In the Download section (Files) you can also find the sources of the Windows Phone 8 port and of the ancient console mode versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Yahtzee

    Yahtzee

    A simple Yahtzee game coded in java.

    A simple Yahtzee game coded in java. This is the working source code for the final project for the course CIS 256 that my partner and I turned in. (2007). This is posted here as a portfolio project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    PokerAssist

    PokerAssist

    Poker game assistant to get probabilities to win a hand.

    PokerAssist derives probabilities to win Texas Hold'em poker games. It includes a user interface in Qt, and the source code is in Python v2.5. INSTALL : This software DOES require Python v2.5+ and PyQT4.X installed before running, then simply launch pokerassistant.py once the sources have been unzipped. Next version will migrate to Java technologies for developing convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    Cryptography fascinates everyone. A variety of encryption techniques and ciphers are used to code important data. A polyalphabetic cipher is one of the simplest cipher one can make. This is a Java program to implement polyalphabetic cipher. [How the cipher encodes?] Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12) e(+15) l...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DominoBot

    DominoBot

    An IRC bot project case study.

    DominoBot is a project for a simple IRC framework. It is currently a simple yet functional Domino game bot for IRC. It currently allows arbitrary piece (stones) numbers and multi session support. The game states are broadcast to the lobby. Uses colors to identify the player who layed each stone. It is a case study to create a framework for quick development of turn-based sessions, such as games, voting, meeting and etc. Uses PircBotX (redistributed - you do not need to download it). Pure...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Role Playing Tools for traditional role playing games. Current tools: DiceTool, a die rolling tool that supports complex dice expressions. MapTool, a simple to use internet enabled battle map replacement. TokenTool, for easily creating MapTool tokens
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Cala Mondrago

    Cala Mondrago

    Board game Mondrago for Android platform.

    Latest Mondrago for Android APK can be found in the partner project on https://github.com/OMerkel/Cala_Mondrago. The partner project is a code rewrite from scratch. Here you can find the board game Mondrago for Android platform as an electrical version of the Mondrago board game as originally created and published by Adrian Schacker in 1992. Thank you very much to Adrian kindly supporting our open source project by allowing us to use the original logo, name, and color scheme. See...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Iliad Online RPG

    An Open Engine for use on the OUYA

    We are developing an Open Engine to be used on the upcoming OUYA console. The engine's design is inspired by a small existing game that has been around for decades, Odyssey http://www.odysseyclassic.com Currently, the source for Odyssey has been opened, but it's still in VB6. Instead of managing an old code base in an extinct language we're starting from scratch. This will allow us to bring modern technology on board to expand the play experience. The goal is to keep to the roots...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PicsONmydesk

    PicsONmydesk

    Simple Image Frame

    Image frame for desktop with automatic image change. Useful for keep things in mind . Release Version 1.0.0 - Add remove item - Some improved code Release Version 1.1.0 - Bug fixes - Some improved code - Added deb package for Ubuntu/Debian based distros (Requires Java)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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: 10 This Week
    Last Update:
    See Project
  • 18

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Floodlight

    Floodlight

    OpenFlow SDN Controller

    The Floodlight Open SDN Controller is an enterprise-class, Apache-licensed, Java-based OpenFlow Controller. It is supported by a community of developers including a number of engineers from Big Switch Networks. Why Use Floodlight? -- OpenFlow. Works with physical- and virtual- switches that speak the OpenFlow protocol Apache-licensed – lets you use Floodlight for almost any purpose -- Open community. Floodlight is developed by an open community of developers. We welcome code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SimpleNetworkChess

    A simple network chess game

    A simple network chess game : only for 2 human players. Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Dupless - a duplicate file solution

    extract unique file sets from sets with duplicates

    Do you have lots of files? I do, particularly image files. There are lots of duplicates and I want to extract a unique set from the larger set. That is what dupless does. Written in Java, using sqlite, it is some simple code that solves the duplicate file problem. All of the code is contained in the .jar file, both source and binary. Currently it writes scripts for use on Linux or Windows. See the Wiki or the README.txt in the .jar file for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    oqt-maven-plugin

    oqt-maven-plugin

    Maven OpenJPA Query Translator Plugin

    The oqt-maven-plugin allows automatic JPQL to SQL query translation in a maven project. The result is outputted as standard maven report. Additional goals exist for simple JPQL validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DiffReport

    DiffReport

    Code Difference report

    ... zero productivity. I thought of adding value here. This just gets the diff files. Can be used for Static code analysis like PMD to do PMD only for the delta. The current status of the project is in Development". If you wish to add something please mail me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ChessMoveValidator

    A simple chess move validator

    A simple chess move validator : keeps track of the current game and valid or not moves.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.