SUDOKU Game in JAVA
Sudoku is a game made up of 81 cells organized into 9 rows, 9 columns and 9 boxes (3×3 sub-grids). A puzzle will start with some cells already filled in. The challenge is to fill in the rest. To solve a puzzle, the user places 1 through 9 in each row, each column and each minigrid such that no number repeats itself in that particular row, column or minigrid. Once the cells have been filled the user submits the puzzle. After checking for errors, the program marks valid field green and invalid fields red. The game is created using GUI JAVA. Whenever the program run a partially complete grid appears in front of user. It has three buttons Check, New, Exit and Help.The player has completes the grid by entering digits through key and submits it, this 9×9 grid array is compared with solution array in code. If the user leaves any of text field empty or fills it with number other than 1-9 then a window also appears indicating error.
About Me
I am a Computer Engineer and i have 3 years of experience in IT including programming and web development. I have many certifications from Microsoft,Java and Cisco. I have developed many successful industrial applications and websites.
NEW FREELANCER!