The classic puzzle game recreated using Java
and JavaFX
.
- Before you install, please make sure the Java version you are running is JavaSE-1.8.
- Select a box on the board.
- The box should be highlighted in yellow outer edges.
- 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.
- Fill the entire board with only one to each box based on the Game Rules.
- Press the CHECK button to check your board with the solution.
- Enjoy! 😃
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.
-
Keyboard
- Use keys with numbers 1 to 9 to input a number into a box.
-
Screen Buttons
Buttons | Function |
---|---|
Start a New Game | |
Submit Your Answer | |
Go to Instruction Screen | |
Timer |
- Images Showing How The Game Works
Action | Description of how it works |
---|---|
Choose a box | |
Input number 1 | |
Input other numbers for future moves |
- Team Cloud290:
- Chen Yao
- Nabeel Rajabali
- Sebastian Lucas Stanik
- Seungmin Baek
- Cassandra Cupryk
- Jianhao Tian
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.