Welcome to the Sudoku Game v1.0.0! 🎉
This is an interactive Sudoku game implemented in C++. It allows multiple players to play Sudoku on a 9x9 grid and compete for the highest score. Get ready to test your Sudoku-solving skills and have fun with your friends!
✨ Supports 1 to 4 players
✨ Each player has 3 attempts to complete the Sudoku grid
✨ Validates the correctness of the Sudoku board
✨ Tracks and displays player scores
✨ Determines the winner based on the highest score
To compile and run the Sudoku game, follow these steps:
- Make sure you have a C++ compiler installed on your system.
- Clone this repository or download the source code files.
- Open a terminal or command prompt and navigate to the project directory.
- Compile the program by executing the following command:
g++ main.cpp game.cpp users.cpp sudoku.cpp -o program
- Run the program by executing the following command:
./program
🎮 Upon starting the game, enter the number of players (1-4) and provide their names.
🧩 The Sudoku board will be displayed, and players will take turns entering numbers.
🔢 Select a row (1-9) and column (1-9) to place a number in the corresponding cell.
💡 Enter a number from 1 to 9 to fill in the empty cell.
✅ The game will validate the move and update the player's score accordingly.
⌛ Players have three attempts to complete the Sudoku grid correctly.
🏆 The game ends when all players have exhausted their attempts.
🎉 The winner is determined based on the highest score achieved.
This Sudoku game was developed by Mustafa Munir , student from NED University's Department of Computer Science. The goal was to create an engaging and challenging game that showcases their programming skills.
🌟 Hope you enjoy playing Sudoku and have a great time with your friends! If you encounter any issues or have suggestions for improvement, please feel free to reach out.
- v1.0.0: Initial release
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for personal or educational purposes.
🔗 For more information and updates, visit the Sudoku Game GitHub repository.
📝 Happy Sudoku gaming! 🧩🎉