220 projects for "java class editor" with 2 filters applied:

  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    JSoko

    JSoko

    The Sokoban game implemented in Java.

    JSoko is a Java program for playing the Sokoban game. It features path finding, auto push, auto solving, undo/redo, deadlock detection, and more.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    Block Attack - Rise of the Blocks
    Game based on the game "Tetris Attack". This has nothing to do with the classic tetris game. This project's main focus is on the single player experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Sudoku for Eclipse

    Sudoku for Eclipse

    A free and open source sudoku game for addicts to newbies

    A Sudoku game. S4E generates endless new grids and may help you to solve them. Play with figures, letters or images, on smaller or bigger grids, play on easy or tricky level... S4E run on Windows and Linux. For Eclipse maniacs it’s available as a plugin for Eclipse. It’s pure Java and of course it’s free. Keywords: free sudoku solver game windows Linux download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A collection of tools related to the game Myst. Most notably, it can transform MOUL/Myst5/Crowthistle datafiles into POTS datafiles. It also allows you to download and install all the fan-Ages. For details see http://myst.dustbird.net/wiki/Drizzle
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    Moty

    Moty

    Moty - logical game originally created for SHARP MZ-800 computer

    Java version (clone) of old 8bit game created originally for SHARP MZ-800 computer in 1985. Now rewritten into Java and available on all desktops. Java 11 required.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    XSwing Plus

    XSwing Plus

    Classic arcade game remake of Swing Plus -Total Mindcontrol

    XSwing Plus is a free remake of the arcade game Swing Plus -Total Mind Control. It's written in Java an will run on Windows, Linux & Mac. When it's done, the easy, fast, clever and addictive game play will be back in single & multi player mode. The Project is moved to 👉 https://github.com/TobseF/XSwing-Plus
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Code Master

    Code Master

    A Game Similar to Mastermind

    You only have a limited number of attempts to crack the code master's secret code. Can you figure it out before you run out of chances?
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    FreeNono

    FreeNono

    A free implementation of the nonogram game

    FreeNono is an open-source implementation of the Nonogram game — a logic puzzle in which cells in a grid have to be colored or left blank according to numbers given at the side of the grid to reveal a hidden picture. FreeNono is distributed under the terms of the GNU GPL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    KBall

    KBall

    KBall, game of skill and reflexes, non violent, suitable for all age

    A game of skill and reflexes, non violent, suitable for all ages, hours of fun! 100 % FUN Move the ball around the level map, without falling, without running out of time, and getting the prizes, in order to reach the exit. Full map editor included!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    Picross is a logic game in which you have to fill squares in a grid to reveal a picture. Licensed under CeCILL, it's a free software written in Java. It can be run as a stand-alone application, as an applet, or as an Android application (WIP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flappy

    Flappy

    Flappy - logical game originally created for SHARP MZ-800 computer

    Java version (clone) of old 8bit game created originally for SHARP MZ-800 computer in 1984. Now rewritten into Java and available on all desktops. Java 1.8 required. >>> UPDATE 10/2017 >>> Levels from other devices included too!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    tetris

    tetris

    Just another Tetris™ clone

    Just another Tetris™ clone
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Falling Blocks is a multi-player, platform independent Java implementation of Tetris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    River City Adventure

    Simple Text-Based Adventure Game

    Type commands to solve puzzles and escape the underground city. It runs on a command line and requires the Java runtime environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    IrisEngine
    This project now focuses on providing an editor for the OpenTomb project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nurikabe Garden
    Solve, create, edit and test nurikabe puzzles with user-friendly graphical interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This java program will ultimately solve grid-type logic problems if given enough clues in a pseudo english language. Features a user friendly GUI letting the user know the progression of the solving process based on the clues entered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    physicsmata

    API for all possible cellular automata that work same at all angles

    ...This could be used as a game interface for evolvable musical instruments or fluid puzzle games. Physicsmata is similar in effect to SmoothLife but simpler and pure Java. The cellular automata API takes a function to run at each point. Its parameters are sums of screen brightness (n color dimensions are optional) at concentric circles around each point, efficiently costing only the perimeter of those circles (instead of the area) because of the tree of squares. You can create any function, or to get started try the visual function editor where each click changes if a column is sine/sigmoid/half/double/exp/etc or which of the 0, 1, or 2 columns to the left are its params. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kistenschieben

    Kistenschieben

    Ein Spiel ähnlich zu Sokoban. Hilf dem Ball, nach Hause zu kommen.

    Der kleine rote Ball wohnt auf einer Insel in der Südsee. Aber der Weg nach Hause ist nicht leicht. Steine, Palmen, Wasser, Kisten - alles ist im Weg. Durch geschicktes Verschieben der Kisten bahnst du dir deinen Weg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Threesome is a little search and combination game which concept is not so easy. You have to pick 3 cards out of 12 visible cards that fits to each other, according to certain criterias. There is a detailed tutorial attached, which describes everything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BOXit is a small logic game for the lunchbreak. Clear the playing field as far as possible, by dragging same-colored or equivalent tokens one over another, if they are in the same row or column on the playing field. Easy to learn - but hard to handle!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Parkoplatzo

    Parkoplatzo

    Ein traffic-Klon mit 'echten' Autos

    Die Parkplätze bekannter deutscher Städte sind heillos überfüllt. Nur du (ja, nur DU!) kannst Ordnung in das Chaos bringen und den kleinen roten Flitzer frei machen. Alle Wagen (und die Wiese!) sind selbst fotographiert und für das Spiel bearbeitet. Die 53 Level wurden mit Hilfe des freien Tools gtlevel-0.4 erstellt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Coapres

    Coapres

    Real Time Puzzle Videogame

    Real time puzzle videogame, with like arcade games gameplay and isometric perspective. Use random pieces of terrain to expand the ants territory allowing them to reach the food.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Jetrix TetriNET Server
    Jetrix is a new generation TetriNET server designed for maximum scalability and extensibility. Customization requires little knowledge of the server's inner functioning. Jetrix aims at becoming the ideal platform for server side TetriNET programmers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Xye

    Xye

    Challenging Puzzle / Arcade hybrid

    Xye is an abstract puzzle game in which you direct a green circle across various puzzles to get all the gems in a room. There are monsters, hazards and complicated riddles all around.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next