Code Monkey home page Code Monkey logo

cs220-sudoku's Introduction

TODO for this assignment

Disallow entering illegal values

  • So, if you try to enter a 7 when there is already a 7 in the same row, column, or 3x3 grid, it should give an error message instead
  • You can use a JOptionPane.showMessageDialog
  • This should use the Sudoku model class to check for this. Probably you should add a new method!

Help => Hint

  • Choosing this menu option should highlight any squares that can only contain one possible value

Victory!

  • If you have won it should let you know and end the game!

Only Legal values

  • Figure out some way to show only the legal values for a square. This can be a special keyboard input (like if you click on an empty square and then click 'h' it will show you the legal values somehow, either through a JOptionPane.showMessageDialog or even something like a ListSelectionModel)

Load/Save games

  • Set up the load/save menu options so that they can load and save a game
  • To save a game, write the board to a text file. Use a JFileChooser to decide what file to write to
  • To load a game, use a JFileChooser to load a game from a text file

cs220-sudoku's People

Contributors

jspacco avatar csian11 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.