Skip to content

Hublove/Sudoku-290

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku 🎮

Navigation

Game Info

The classic puzzle game recreated using Java and JavaFX.

Game screen

Screen 1 Screen 2
Screen 3 Screen 4

Get started

Installation

  • Before you install, please make sure the Java version you are running is JavaSE-1.8.

Download Zip File

How to Play

  1. Select a box on the board.
    • The box should be highlighted in yellow outer edges.
  2. Input a number(s) from 1 to 9 in the box.
    • Inputting one number will be compared with the solution's number.
    • Inputting more than one number allows you to keep track of future possible moves.
  3. Fill the entire board with only one to each box based on the Game Rules.
  4. Press the CHECK button to check your board with the solution.
  5. Enjoy! 😃

Game rules

The game follows traditional Sudoku rules.

  • The game board is 9x9 grid divided into blocks:
    • Each each block is a 9x9 grid divided into boxes.
  • You will fill each box with a number from 1 to 9, so that each row, column, and block has only one instance of each number of 1 to 9.

Controls

  • Keyboard

    • Use keys with numbers 1 to 9 to input a number into a box.
  • Screen Buttons

Buttons Function
image Start a New Game
image Submit Your Answer
image Go to Instruction Screen
image Timer
  • Images Showing How The Game Works
Action Description of how it works
row 1 col 1 Choose a box
image Input number 1
row 2 col 1 Input other numbers for future moves

Contributors

  • Team Cloud290:
    • Chen Yao
    • Nabeel Rajabali
    • Sebastian Lucas Stanik
    • Seungmin Baek
    • Cassandra Cupryk
    • Jianhao Tian

License

MIT License

Copyright (c) 2019 Cloud290

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages