The Sudoku and Tic_Tac_Toe Games build in Java. In this project I am crate fully function java program to play Sudoku and Tic_Tac_Toe Games in Terminal.
- In this game User can Chose hero (his character) and Enemy for playing game.
- There is 3x3 Grid for play Game
- User can Chose the Difficulty of Game.
- Than User Play the Game 😇.
How to Play: Tic_Tac_Toe
- There will be 9x9 Grid for play The Game.
- User can Chose the Difficulty of Game.
- Than User Play the Game 😇 by Solve the Sudoku Board.
How to Play: Sudoku
👉 SudokuBoardCreate class extends by Sudoku class. Basically this class is Use for Creation of Sudoku Board Based on Difficulty level.
👉 Sudoku class is main class for Sudoku Game. Which Use for Sudoku Board create with help of SudokuBoardCreate class, Make User Move on Board and Check if User Win or not.
👉 TicTacToe Class Use for Crating TicTacToe Game Board, and has Some UseFull Variable Like HumanChoice,UiChoice and Winner of Game.
👉 UIChoice Class Extends the TicTacToe Class. The Class Is Used for Making UIChoice in the Game based on the difficulty level.
👉 TicTacToe_Game Class Extends the TicTacToe Class. Class Is Used for making User as well as Ui Choice in Board and also diced the winner.
👉 With the Help of TicTacToe_Game Class and Sudoku Class The Game Code Make In This Class.
- Goto Root Folder
- Run The Command Below:
javac Game.java java Game.java
🏄🏄Thanks For Reading 🏄🏄