This program uses single linked list to store the players statistics, this is implemented using the C language.
- Guessing Number Game: Players guess a random number between 1 and 3. The program generates a random number, and players receive points based on correct guesses.
- Cows and Bulls: Players try to guess a randomly chosen 3-character word. They receive feedback on the number of correct letters in the correct position (bulls) and correct letters in the wrong position (cows).
- Rock-Paper-Scissors: Players play against the computer in the classic game of rock-paper-scissors. Results are displayed based on the choices made by the player and the computer.
- C Programming Language
- Random number generation
- Basic input/output handling
- Linked List
- Clone the repository:
git clone https://github.com/Sha-V-H/DSA_project_code.git
- Navigate to the directory:
cd DSA_project_code
- Compile the program:
gcc dsa_project.c
- Run the program:
./a.out
- Follow the on-screen instructions to play the games.
- Adding more interactive games to the collection.
- Improving user interface and experience.