Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaMunir123 authored Jul 12, 2023
1 parent 3f4999e commit 819ab4c
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Sudoku Game v1.0.0

Welcome to the Sudoku Game v1.0.0! ๐ŸŽ‰

## Introduction
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!

## Features
โœจ 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

## Getting Started
To compile and run the Sudoku game, follow these steps:

1. Make sure you have a C++ compiler installed on your system.
2. Clone this repository or download the source code files.
3. Open a terminal or command prompt and navigate to the project directory.
4. Compile the program by executing the following command:
```
g++ main.cpp game.cpp users.cpp sudoku.cpp -o program
```
5. Run the program by executing the following command:
```
./program
```

## How to Play
๐ŸŽฎ 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.

## About
This Sudoku game was developed by Mustafa Munir and Azmeer Azhar, two passionate students from NED University's Department of Computer Science. Their goal was to create an engaging and challenging game that showcases their programming skills.

๐ŸŒŸ We 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.

## Version History
- v1.0.0: Initial release

## License
This project is licensed under the [MIT License](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](https://github.com/your-username/sudoku-game).

๐Ÿ“ Happy Sudoku gaming! ๐Ÿงฉ๐ŸŽ‰

0 comments on commit 819ab4c

Please sign in to comment.