Showing 89 open source projects for "java sudoku"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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.
  • 1
    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
  • 2

    SudokuTK

    Play Sudoku

    Play Sudoku
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    jsudokus

    A minimal command line java sudoku solver

    A small sudoku solver in java. Not completely optimized but still finished all sudokus in the tests in less than a second. Does not use newer java features so it will probably work from at least java 1.6. Does not depend on external libraries outside standard java classes. Usage: javac sudoku.java java sudoku line line line line line line line line line each line consists of 9 characters of the set .123456789 all possible solutions are printed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sudokuki - essential sudoku game

    Sudokuki - essential sudoku game

    Sudokuki is a free graphical SUDOKU game

    Sudokuki is a free graphical SUDOKU game: Sudokuki solves even the most difficult sudoku grids for you - Generate a sudoku - Play sudoku - Print a sudoku... Available in 17 languages. Just download and play! You can also play with arabic or chinese numbers. Sudokuki is Free Software developed in Java. Have fun!
    Downloads: 8 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    kidsudoku

    kidsudoku

    Simple sudoku game for kid.

    I'm a father and I have a lovely daughter. I want to give her a gift, a sudoku game, but she is too young to play the real sudoku, so make it simple!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sudoku

    This a sudoku game using java like the on found in newspaper

    This a sudoku game using java like the on found in newspaper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sudoku

    Sudoku

    A simple Sudoku game

    A simple Sudoku game created to test the concept of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project is an extended implementation of Knuth's "Dancing Links" algorithm and some use cases (e.g. Sudoku).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sudoku for Java - HoDoKu
    Sudoku generator/solver/analyzer written in Java (English and German). Lots of human style techniques (singles, subsets, LCs, fish, wings, uniqueness, coloring, chains, ALS), powerful analyzer (manage multiple solutions for one sudoku). Includes Learning and training modes and a booklet printer.
    Leader badge
    Downloads: 283 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    Sudoku Brainiacs

    JavaFX based Sudoku

    Easy, Medium, Hard and Pattern Based Sudoku Games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Sudoku game with different levels and a solver. Language support English, Dutch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OpenSudokuLib

    A simple Java class to generate 9x9 Sudoku squares.

    A simple Java class to generate 9x9 Sudoku squares.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Master Sudoku

    Master Sudoku

    Sudoku solver written in Java (Spanish Language)

    Sudoku solver written in Java (Spanish Language). Supports a lots of logical techniques (singles, subsets, fishes, wings, uniqueness, coloring, loops, chains, ALS). It is not a puzzle generator. You must have the puzzles in a text file or select a puzzle pre-loaded. Includes several kinds of helps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sudoku Solver

    sudoku Solver

    A sudoku solver project built with Java with a user friendly interface

    This project has been built to allow you solve any Sudoku problem in no time. The project built using Java programming language. It`s simple interface built using Swing technology. A smart algorithm has been designed to solve your problem. First, using the systematic human way of solving. If the human failed to solve, your problem will be passed to a stronger algorithm that based on Try and Fail techniques and possibilities. Enjoy, learn and develop. You need to install Java JRE to run the .jar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Sudoku Solver Applet

    A Sudoku Solver in Java

    1/ Double-click the cell you want to edit. The background color changes to white. The possible values appear in it. 2. Edit it to leave the requested number only. You can also click one of the buttons under the table: Click "Back" to cancel last entered number. Click the red "Reset Board" button to start a new puzzle. Click "Solve Now" to let the computer choose numbers. This is useful when the trial and error strategy is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JSUDOKU
    JSudoku is a Java version of the game Sudoku. A backtracking algorithm cares for random puzzles and based on the Sudoku-Puzzle JavaScript. Optionally, JSudoku generates X-Sudoku puzzles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Now with GUI! jiSudokuSolver is really a Java Sudoku master. It solves any puzzle, good or bad, even an empty one, usually in an instant, and it shows you how, every step. It also lets you play, generate, fix, test, reduce... just run startGUI.bat.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    This is a Su-do-ku game solver and player. It generates a complete Sudoku.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Sudoku application written in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Kill Sudoku: it can solve any pazzle user inputs and demonstrate how to do it step by step under human's comprehension. You feel you have a private tutor to assist you. Soon, you will be the master of killing sudoku. Why not try it today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    sudoku open source is a fork of andoku developed by Markus Wiederkehr but with new user interface and user interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A sudoku implementation. It generates and solves sudoku games. It stores sudoku quests in a database. Currently it has a print view only. In future it gets a GWT-based GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sudoku Solver
    An easy-to-use, lightweight Sudoku-solving program. Simply input the known numbers, and click "Solve"!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    JSudokuCreator is a Java application for creating, solving, saving, loading and printing Sudokus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sudoku Solver
    This software has mainly 2 parts.first one is the solver which solves the sudoku puzzle and another is the gamer which allows user to play the game depending on the difficulty level he has chosen. We have tried to provide decent GUI for the software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
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.